API15:JEvent/JEvent
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.
Contents |
Description
Constructor
Syntax
JEvent(&$subject)
| Parameter Name | Default Value | Description |
|---|---|---|
| &$subject | $subject The object to observe |
Defined in
libraries/joomla/event/event.php
Importing
jimport( 'joomla.event.event' );
Source Body
function JEvent(& $subject) { parent::__construct($subject); }
[Edit See Also] SeeAlso:JEvent/JEvent
Examples
<CodeExamplesForm />
