API17:JDispatcher::register
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDispatcher::register
Description
Registers an event handler to the event dispatcher.
Description:JDispatcher::register [Edit Descripton]
public function register ( $event $handler )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $event | string | Name of the event to register handler for | |
| $handler | string | Name of the event handler |
See also
-
JDispatcher::register source code on BitBucket
-
Class JDispatcher
-
Subpackage Event
- Other versions of JDispatcher::register
SeeAlso:JDispatcher::register [Edit See Also]
User contributed notes
<CodeExamplesForm />
