mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 13:06:14 +00:00
update documentation for init function
This commit is contained in:
parent
e7940f1917
commit
c26a2beda1
|
@ -37,8 +37,8 @@ class SeedDMS_ExtExample extends SeedDMS_ExtBase {
|
||||||
*
|
*
|
||||||
* Use this method to do some initialization like setting up the hooks
|
* Use this method to do some initialization like setting up the hooks
|
||||||
* You have access to the following global variables:
|
* You have access to the following global variables:
|
||||||
* $GLOBALS['settings'] : current global configuration
|
* $this->settings : current global configuration
|
||||||
* $GLOBALS['settings']->_extensions['example'] : configuration of this extension
|
* $this->settings->_extensions['example'] : configuration of this extension
|
||||||
* $GLOBALS['LANG'] : the language array with translations for all languages
|
* $GLOBALS['LANG'] : the language array with translations for all languages
|
||||||
* $GLOBALS['SEEDDMS_HOOKS'] : all hooks added so far
|
* $GLOBALS['SEEDDMS_HOOKS'] : all hooks added so far
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user