메소드 |
설명 |
|
__construct ( array $arguments = [] ) |
Class constructor |
|
getAccessControl ( ) |
|
|
getArgument ( string $key ) : mixed |
Get argument |
|
getConfig ( ) |
|
|
getDatabase ( ) |
|
|
getHandler ( ) |
|
|
getManager ( ) |
|
|
getName ( ) : string |
Get the event name |
|
getRequest ( ) |
|
|
getResponse ( ) |
|
|
getStorage ( ) |
|
|
hasArgument ( string $key ) : boolean |
See if the event has an argument |
|
isPropagationStopped ( ) : boolean |
Check if propagation has been stopped |
|
setArgument ( string $key, mixed $value ) : self |
Add argument |
|
setArguments ( array $arguments = [] ) : self |
Set arguments |
|
setName ( string $name ) : self |
Sets the event name |
|
stopPropagation ( ) |
Stops the propagation of the event |
|