Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct ($name, array $arguments=[]) | |
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 | |
$constructed = false | |
Membres hérités additionnels | |
Attributs protégés hérités de AbstractEvent | |
$name | |
$arguments | |
$stopped = false | |
Implementation of an immutable Event. An immutable event cannot be modified after instanciation :
You may want to use this event when you want to ensure that the listeners won't manipulate it.
__construct | ( | $name, | |
array | $arguments = [] |
||
) |
Constructor.
string | $name | The event name. |
array | $arguments | The event arguments. |
BadMethodCallException |
Références AbstractEvent\$arguments, AbstractEvent\$name, Symfony\Contracts\Service\__construct(), et name.
offsetSet | ( | $name, | |
$value | |||
) |
Set the value of an event argument.
string | $name | The argument name. |
mixed | $value | The argument value. |
BadMethodCallException |
Références AbstractEvent\$name, et name.
offsetUnset | ( | $name | ) |
Remove an event argument.
string | $name | The argument name. |
BadMethodCallException |
Références AbstractEvent\$name, et name.
|
private |