Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
getArgument ($name, $default=null) | |
getName () | |
isStopped () | |
stopPropagation () | |
Interface for events. An event has a name and its propagation can be stopped.
getArgument | ( | $name, | |
$default = null |
|||
) |
Get an event argument value.
string | $name | The argument name. |
mixed | $default | The default value if not found. |
Implémenté dans AbstractEvent, et AbstractEvent.
Référencé par Joomla\Component\Scheduler\Administrator\Traits\advertiseRoutines(), PlgWorkflowPublishing\onContentBeforeChangeState(), PlgWorkflowNotification\onContentPrepareForm(), PlgWorkflowPublishing\onContentPrepareForm(), PlgWorkflowFeaturing\onContentPrepareForm(), PlgWorkflowFeaturing\onContentVersioningPrepareTable(), et PlgWorkflowPublishing\onContentVersioningPrepareTable().
getName | ( | ) |
Get the event name.
Implémenté dans AbstractEvent.
Référencé par Dispatcher\addEvent(), AbstractView\dispatchEvent(), BaseDatabaseModel\dispatchEvent(), DatabaseDriver\dispatchEvent(), et Dispatcher\setEvent().
isStopped | ( | ) |
Tell if the event propagation is stopped.
Implémenté dans AbstractEvent.
stopPropagation | ( | ) |
Stops the propagation of the event to further event listeners.
Implémenté dans AbstractEvent.