| API | Package | Subpackage | Class | Method | Reference | Last reviewed | Doc status |
|---|---|---|---|---|---|---|---|
Home |
Joomla.Framework |
Event |
JPlugin |
JPlugin |
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.
JPlugin JPlugin ( &$subject )
| object |