Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__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 protégés | |
$name | |
$arguments | |
$stopped = false | |
Implementation of EventInterface.
__construct | ( | $name, | |
array | $arguments = [] |
||
) |
Constructor.
string | $name | The event name. |
array | $arguments | The event arguments. |
Références AbstractEvent\$arguments, AbstractEvent\$name, et name.
__serialize | ( | ) |
Serialize the event.
Références AbstractEvent\$arguments, AbstractEvent\$name, et AbstractEvent\$stopped.
Référencé par AbstractEvent\serialize().
__unserialize | ( | array | $data | ) |
Unserialize the event.
array | $data | The serialized event. |
Référencé par AbstractEvent\unserialize().
count | ( | ) |
Count the number of arguments.
getArgument | ( | $name, | |
$default = null |
|||
) |
Get an event argument value.
string | $name | The argument name. |
mixed | $default | The default value if not found. |
Implémente EventInterface.
Références $default, et AbstractEvent\$name.
Référencé par Editor\__construct(), Shortcut\addShortcuts(), AbstractEvent\offsetGet(), CaptiveModel\onAfterModuleList(), et PackageAdapter\onExtensionAfterInstall().
getArguments | ( | ) |
Get all event arguments.
Références AbstractEvent\$arguments.
Référencé par CMSPlugin\registerLegacyListener().
getName | ( | ) |
Get the event name.
Implémente EventInterface.
Références AbstractEvent\$name.
hasArgument | ( | $name | ) |
Tell if the given event argument exists.
string | $name | The argument name. |
Références AbstractEvent\$name.
Référencé par AbstractEvent\offsetExists().
isStopped | ( | ) |
Tell if the event propagation is stopped.
Implémente EventInterface.
offsetExists | ( | $name | ) |
Tell if the given event argument exists.
string | $name | The argument name. |
Références AbstractEvent\$name, et AbstractEvent\hasArgument().
offsetGet | ( | $name | ) |
Get an event argument value.
string | $name | The argument name. |
Références AbstractEvent\$name, et AbstractEvent\getArgument().
serialize | ( | ) |
Serialize the event.
Références AbstractEvent\__serialize().
stopPropagation | ( | ) |
Stops the propagation of the event to further event listeners.
Implémente EventInterface.
Référencé par Event\stop().
unserialize | ( | $serialized | ) |
Unserialize the event.
string | $serialized | The serialized event. |
Références AbstractEvent\__unserialize().
|
protected |
|
protected |
Référencé par SessionEvent\__construct(), ApplicationEvent\__construct(), ConnectionEvent\__construct(), EventImmutable\__construct(), ConsoleEvent\__construct(), AbstractEvent\__construct(), AbstractEvent\__serialize(), Event\addArgument(), AbstractEvent\getArgument(), AbstractEvent\getName(), AbstractEvent\hasArgument(), AbstractEvent\offsetExists(), AbstractEvent\offsetGet(), EventImmutable\offsetSet(), Event\offsetSet(), EventImmutable\offsetUnset(), Event\offsetUnset(), Event\removeArgument(), et Event\setArgument().
|
protected |
Référencé par AbstractEvent\__serialize().