메소드 |
설명 |
|
__construct ( string $name = null, mixed $action = null, integer $priority ) : Manager |
Constructor |
|
alive ( ) : boolean |
Method to if the project application is still alive or has been killed |
|
attach ( string $name, mixed $action, integer $priority ) : Manager |
Method to attach an event listener |
|
detach ( string $name, mixed $action ) : Manager |
Method to detach an event listener |
|
get ( string $name ) : mixed |
Method to return an event |
|
getResults ( string $name ) : mixed |
Method to return the event results |
|
trigger ( string $name, array $args = [] ) : void |
Method to trigger an event listener priority |
|