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é
|
Fonctions membres publiques | |
getName () | |
isStopped () | |
Interface for events. An event has a name and its propagation can be stopped (if the implementation supports it).
getName | ( | ) |
Get the event name.
Implémenté dans AbstractEvent.
Référencé par Dispatcher\addEvent(), et Dispatcher\setEvent().
isStopped | ( | ) |
Tell if the event propagation is stopped.
Implémenté dans AbstractEvent.