API17:JApplication::triggerEvent
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.
JApplication::triggerEvent
Description
Calls all handlers associated with an event group.
Description:JApplication::triggerEvent [Edit Descripton]
public function triggerEvent ( $event $args=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $event | string | The event name. | |
| $args | array | null | An array of arguments. |
- Returns array An array of results from each function call.
- Defined on line 554 of libraries/joomla/application/application.php
- Since
See also
-
JApplication::triggerEvent source code on BitBucket
-
Class JApplication
-
Subpackage Application
- Other versions of JApplication::triggerEvent
SeeAlso:JApplication::triggerEvent [Edit See Also]
User contributed notes
<CodeExamplesForm />
