update documentation for init function

This commit is contained in:
Uwe Steinmann 2020-06-25 08:56:41 +02:00
parent e7940f1917
commit c26a2beda1

View File

@ -37,8 +37,8 @@ class SeedDMS_ExtExample extends SeedDMS_ExtBase {
*
* Use this method to do some initialization like setting up the hooks
* You have access to the following global variables:
* $GLOBALS['settings'] : current global configuration
* $GLOBALS['settings']->_extensions['example'] : configuration of this extension
* $this->settings : current global configuration
* $this->settings->_extensions['example'] : configuration of this extension
* $GLOBALS['LANG'] : the language array with translations for all languages
* $GLOBALS['SEEDDMS_HOOKS'] : all hooks added so far
*/