Class EventImmutable
Implementation of an immutable Event. An immutable event cannot be modified after instanciation :
- its propagation cannot be stopped
- its arguments cannot be modified
You may want to use this event when you want to ensure that the listeners won't manipulate it.
- Joomla\Event\AbstractEvent implements Joomla\Event\EventInterface, ArrayAccess, Serializable, Countable
- Joomla\Event\EventImmutable
Methods summary
public
|
|
public
|
|
public
|
Methods inherited from Joomla\Event\AbstractEvent
count()
,
getArgument()
,
getArguments()
,
getName()
,
hasArgument()
,
isStopped()
,
offsetExists()
,
offsetGet()
,
serialize()
,
unserialize()