Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe JEvent
+ Graphe d'héritage de JEvent:

Fonctions membres publiques

 __construct (&$subject)
 
 update (&$args)
 

Attributs protégés

 $_subject = null
 

Description détaillée

JEvent Class

Depuis
1.5
Obsolète:
4.0 The CMS' Event classes will be replaced with the joomla/event package

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( $subject)

Constructor

Paramètres
object&$subjectThe object to observe.
Depuis
2.5

Références $subject.

Documentation des fonctions membres

◆ update()

update ( $args)

Method to trigger events. 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.

Paramètres
array&$argsArguments
Renvoie
mixed Routine return value
Depuis
1.5

Documentation des champs

◆ $_subject

$_subject = null
protected

La documentation de cette classe a été générée à partir du fichier suivant :