Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (string $name, AbstractApplication $application) | |
getApplication () | |
Fonctions membres publiques hérités de Event | |
addArgument ($name, $value) | |
setArgument ($name, $value) | |
removeArgument ($name) | |
clearArguments () | |
stop () | |
offsetSet ($name, $value) | |
offsetUnset ($name) | |
Fonctions membres publiques hérités de AbstractEvent | |
__construct ($name, array $arguments=[]) | |
getName () | |
getArgument ($name, $default=null) | |
hasArgument ($name) | |
getArguments () | |
isStopped () | |
stopPropagation () | |
count () | |
serialize () | |
__serialize () | |
unserialize ($serialized) | |
__unserialize (array $data) | |
offsetExists ($name) | |
offsetGet ($name) | |
Attributs privés | |
$application | |
Membres hérités additionnels | |
Attributs protégés hérités de AbstractEvent | |
$name | |
$arguments | |
$stopped = false | |
Base event class for application events.
__construct | ( | string | $name, |
AbstractApplication | $application | ||
) |
Event constructor.
string | $name | The event name. |
AbstractApplication | $application | The active application. |
Références ApplicationEvent\$application, AbstractEvent\$name, et Symfony\Contracts\Service\__construct().
getApplication | ( | ) |
Get the active application.
Références ApplicationEvent\$application.
|
private |