public mixed fire (string $eventType, object $source, [mixed $data], [boolean $cancelable])
Fires an event in the events manager causing the active listeners to be notified about it
1 | $eventsManager ->fire( 'db' , $connection ); |
public mixed fire (string $eventType, object $source, [mixed $data], [boolean $cancelable])
Fires an event in the events manager causing the active listeners to be notified about it
1 | $eventsManager ->fire( 'db' , $connection ); |
Designed by : w10schools
service@w10schools.com
Please login to continue.