class PushEvent extends Event

Class PushEvent

Methods

__construct(mixed $modelSettings, mixed $entity = null)

No description

getModelSetting()

No description

setModelSetting(mixed $modelSettings)

No description

getPusher()

No description

setPusher(PusherInterface $pusher)

No description

mixed
getEntity()

No description

setEntity(mixed $entity)

No description

Details

at line 42
__construct(mixed $modelSettings, mixed $entity = null)

Parameters

mixed $modelSettings
mixed $entity

at line 51
ModelSetting getModelSetting()

Return Value

ModelSetting

at line 59
setModelSetting(mixed $modelSettings)

Parameters

mixed $modelSettings

at line 68
PusherInterface getPusher()

Return Value

PusherInterface

at line 76
setPusher(PusherInterface $pusher)

Parameters

PusherInterface $pusher

at line 84
mixed getEntity()

Return Value

mixed

at line 92
setEntity(mixed $entity)

Parameters

mixed $entity