API15

JEvent/JEvent

From Joomla! Documentation

< API15:JEvent

The "API15" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Description[edit]

Constructor

[<! removed edit link to red link >]

<! removed transcluded page call, red link never existed >

Syntax[edit]

JEvent(&$subject)
Parameter Name Default Value Description
&$subject $subject The object to observe

Defined in[edit]

libraries/joomla/event/event.php

Importing[edit]

jimport( 'joomla.event.event' );

Source Body[edit]

function JEvent(& $subject) {
        parent::__construct($subject);
}

[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >

Examples[edit]

Code Examples[edit]