JApplication::registerEvent/1.6
From Joomla! Documentation
JApplication::registerEvent
Description
Registers a handler to a particular event group.
Description:JApplication::registerEvent [Edit Descripton]
public static function registerEvent ( $event $handler )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $event | string | The event name. | |
| $handler | mixed | The handler, a function or an instance of a event object. |
See also
JApplication source code on JoomlaCode
Class JApplication
Subpackage Application- Other versions of JApplication::registerEvent
SeeAlso:JApplication::registerEvent [Edit See Also]