mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 04:56:06 +00:00
fix wrong documentation in example extension (Closes #390)
This commit is contained in:
parent
4a5a4e8196
commit
0c5a1e2776
|
@ -38,7 +38,7 @@ 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
|
* $GLOBALS['settings'] : current global configuration
|
||||||
* $GLOBALS['settings']['_extensions']['example'] : configuration of this extension
|
* $GLOBALS['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