Module
- Namespace: \Redaxscript\Module
- Description: parent class to create a module
- Package: Redaxscript
- Category: Module
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_registry | protected | ||
_request | protected | ||
_language | protected | ||
_config | protected | ||
_moduleArray | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
__construct | public | constructor of the class |
init | public | init the class |
install | public | install the module |
uninstall | public | uninstall the module |
reinstall | public | reinstall the module |
Method | Visibility | Description |