Hook
- Namespace: \Redaxscript\Module
- Description: parent class to handle module hooks
- Package: Redaxscript
- Category: Module
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_registry | protected | ||
_request | protected | ||
_language | protected | ||
_config | protected | ||
_namespace | protected | ||
_moduleArray | protected | ||
_eventArray | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
construct | public | constructor of the class |
init | public | init the class |
getModuleArray | public | get the module array |
getEventArray | public | get the event array |
collect | public | collect from the module hook |
trigger | public | trigger the module hook |
_call | protected | call the module |
Method | Visibility | Description |