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 | |
__construct ($name, array $arguments=array()) | |
getName () | |
getArgument ($name, $default=null) | |
hasArgument ($name) | |
getArguments () | |
isStopped () | |
count () | |
serialize () | |
unserialize ($serialized) | |
offsetExists ($name) | |
offsetGet ($name) | |
Attributs protégés | |
$name | |
$arguments | |
$stopped = false | |
Implementation of EventInterface.
__construct | ( | $name, | |
array | $arguments = array() |
||
) |
Constructor.
string | $name | The event name. |
array | $arguments | The event arguments. |
Références AbstractEvent\$arguments, AbstractEvent\$name, et name.
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. |
Références $default, et AbstractEvent\$name.
Référencé par AbstractEvent\offsetGet().
getArguments | ( | ) |
Get all event arguments.
Références AbstractEvent\$arguments.
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 | ( | ) |
unserialize | ( | $serialized | ) |
Unserialize the event.
string | $serialized | The serialized event. |
Références name.
|
protected |
|
protected |
Référencé par EventImmutable\__construct(), AbstractEvent\__construct(), 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 |