references:joomla.framework:event:jplugin-jpluginJPlugin
Constructor For PHP4 compatability we must not use the __constructor method as a constructor for plugins because func_get_args() returns a copy of all passed arguments NOT references. This causes problems with cross-referencing necessary for the Observer design pattern. SyntaxJPlugin JPlugin ( &$subject )
Examples |


