OnMODXInit
Last updated May 4th, 2020 | Page history | Improve this page | Report an issue
Event: OnMODXInit¶
Invoked upon initialization of the MODX object.
- Service: 5 - Template Service Events
- Group: System
Event Parameters¶
Name | Description |
---|---|
contextKey | The context_key of the context being initialized |
options | Any options passed to the initialize() function |
Remarks¶
Previous event | ? |
---|---|
Next event | ? |
File | core/model/modx/modx.class.php |
Class | class modx |
Method | public function initialize($contextKey= 'web', $options = null) |