class EventHandler

Constants

BEFORE

AFTER

Methods

static 
dispatch($entity, EventDispatcher $dispatcher, $action, $moment, $class = null, $isCore = false)

No description

static 
dispatchRpc($data, EventDispatcher $dispatcher, $controller, $action, $moment)

No description

static 
createEvent($entity, $class, $action, $moment, $isCore)

No description

static 
createRpcEvent($data, $controller, $action, $moment)

No description

Details

at line 14
static dispatch($entity, EventDispatcher $dispatcher, $action, $moment, $class = null, $isCore = false)

Parameters

$entity
EventDispatcher $dispatcher
$action
$moment
$class
$isCore

at line 28
static dispatchRpc($data, EventDispatcher $dispatcher, $controller, $action, $moment)

Parameters

$data
EventDispatcher $dispatcher
$controller
$action
$moment

at line 41
static protected createEvent($entity, $class, $action, $moment, $isCore)

Parameters

$entity
$class
$action
$moment
$isCore

at line 57
static protected createRpcEvent($data, $controller, $action, $moment)

Parameters

$data
$controller
$action
$moment