| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 50 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
plgSystemMTUpgrade:: (2 methods):
plgSystemMTUpgrade()
onAfterInitialise()
Class: plgSystemMTUpgrade - X-Ref
| plgSystemMTUpgrade(& $subject, $config) X-Ref |
| Constructor For php4 compatability we must not use the __constructor as a constructor for plugins because func_get_args ( void ) returns a copy of all passed arguments NOT references. This causes problems with cross-referencing necessary for the observer design pattern. param: object $subject The object to observe param: array $config An array that holds the plugin configuration |
| onAfterInitialise() X-Ref |
| onAfterInitialise handler Adds the mtupgrade folder to the list of directories to search for JHTML helpers. return: null |
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |