$event->call()
Calls a hook with the event data and returns the hook's return value
Parameters
Name | Type | Default | Description |
---|---|---|---|
$bind * | object |
– | Optional object to bind to the hook function |
$hook * | Closure |
– |
Return type
mixed