public getSource () Event source
public isCollecting () Check if the events manager is collecting all all the responses returned by every registered listener
implements Phalcon\Events\EventInterface
abstract public isStopped () ...
abstract public getType () ...
public array getResponses () Returns all the responses returned by every handler executed by the last ‘fire’ executed
public mixed fire (string $eventType, object $source, [mixed $data], [boolean $cancelable])
public isCancelable () Check whether the event is cancelable
public stop () Stops the event preventing propagation
public setType (mixed $type) Sets event type
Page 2 of 4