just another orm...
View the Project on GitHub tflori/orm
» API Reference » ORM\ObserverInterface
When a handler returns false it will cancel other event handlers and if applicable stops the execution (saving, inserting, updating and deleting can be canceled).
public function handle(\ORM\Event $event): bool
Return false to stop event execution.
Returns | bool |
Parameter | Type | Description |
---|---|---|
$event |
ORM\Event |
ORM\ObserverInterface::handle