JEvent
Extends \JObjectJEvent Class
abstract deprecated
since |
1.5 |
---|---|
deprecated |
4.0 The CMS' Event classes will be replaced with the |
package |
Joomla.Platform |
Methods
__construct
Constructor
__construct( &$subject)
since |
2.5 |
---|
Arguments
- $subject
update
Method to trigger events.
update( &$args) : mixed
The method first generates the even from the argument array. Then it unsets the argument since the argument has no bearing on the event handler. If the method exists it is called and returns its return value. If it does not exist it returns null.
since |
1.5 |
---|
Arguments
- $args
Response
mixed
Routine return value
Properties
_subject
Event object to observe.
since |
2.5 |
---|
Type(s)
object