Public Member Functions | |
| __construct ($hookName, $context, $params) | |
| __get ($key) | |
Private Attributes | |
| $context | |
| $hookName | |
| $params | |
Event's parameters This classe is attached to a hook when fired
Definition at line 9 of file HookEvent.php.
| __construct | ( | $hookName, | |
| $context, | |||
| $params | |||
| ) |
| __get | ( | $key | ) |
|
private |
/core/tools/Context.php Contains website's informations
Definition at line 16 of file HookEvent.php.
|
private |
Contains hook name Can be accessed read-only
Definition at line 23 of file HookEvent.php.
|
private |
Definition at line 30 of file HookEvent.php.
1.8.8