class GenericEvent extends Event implements ArrayAccess, IteratorAggregate
Event encapsulation class. Encapsulates events thus decoupling the observer from the subject they encapsulate.
Methods
bool isPropagationStopped() Returns whether further event listeners should be triggered. from Event stopPropagation() Stops the propagation of the event to further event listeners. from Event __construct(mixed $subject = null, array $arguments = array()) Encapsulate an event with $subject