Method |
Description |
|
__debugInfo ( ) : array |
|
|
__get ( string $name ) : mixed |
Magic method __get |
|
__isset ( string $name ) : boolean |
|
|
__set ( string $name, mixed $value ) : void |
|
|
attachEvent ( string $event, callable $handler ) : static |
Attach a listener to the events manager |
|
dump ( ) : array |
|
|
fireEvent ( string $event, array $data = [] ) : boolean | null |
Fires an event in the events manager causing that the active listeners will be notified about it |
|
getDependencyInjector ( ) : Di |
Returns the internal dependency injector |
|
setDependencyInjector ( ManaPHP\DiInterface $dependencyInjector ) : static |
Sets the dependency injector |
|