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 l'interface EventInterface
+ Graphe d'héritage de EventInterface:

Fonctions membres publiques

 getName ()
 
 isStopped ()
 

Description détaillée

Interface for events. An event has a name and its propagation can be stopped (if the implementation supports it).

Depuis
1.0

Documentation des fonctions membres

◆ getName()

getName ( )

Get the event name.

Renvoie
string The event name.
Depuis
1.0

Implémenté dans AbstractEvent.

Référencé par Dispatcher\addEvent(), et Dispatcher\setEvent().

◆ isStopped()

isStopped ( )

Tell if the event propagation is stopped.

Renvoie
boolean True if stopped, false otherwise.
Depuis
1.0

Implémenté dans AbstractEvent.


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