Support Joomla!

references:joomla.framework:event:jplugin-jplugin

Table of Contents

JPlugin

API Package Subpackage Class Method Reference Last reviewed Doc status
API Home Package Joomla.Framework Subpackage Event Class JPlugin Method JPlugin Reference JPlugin() Never Work in Progress

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.

Syntax

JPlugin JPlugin ( &$subject )

object

Examples

 
references/joomla.framework/event/jplugin-jplugin.txt (462 views) · Last modified: 2007/08/15 15:04