Event

Extends \Zend\EventManager\Event

Class Event

package

Ascmvc\EventSourcing\Event

Methods

Returns the instance of the application.

getApplication() : \Ascmvc\AbstractApp

Propagation is never stopped.

propagationIsStopped() : boolean

Response

boolean

Stores the instance of the application.

setApplication(\Ascmvc\AbstractApp &$application) : \Ascmvc\AbstractApp

Arguments

$application

\Ascmvc\AbstractApp

Response

\Ascmvc\AbstractApp

Event propagation is not stoppable.

stopPropagation(boolean $flag = true) : boolean

Arguments

$flag

boolean

Response

boolean

Properties

The instance of the application.

application : \Ascmvc\AbstractApp
var

Type(s)

\Ascmvc\AbstractApp