n2n Page Rocket 1 API

n2n\persistence\orm\store\action

­Entity­Action­Adapter

abstract EntityActionAdapter extends ActionAdapter implements EntityAction

All Implemented Interfaces:

SubTypes

Property summary

Modifier and Type Property
protected actionQueue
protected entityModel
protected id
protected entity
protected supplied
protected disabled
protected attrs
protected onDisableClosures

Methods summary

Modifier and Type Method
public __construct ( ActionQueue actionQueue , EntityModel entityModel , unknown id , unknown entity )
public ActionQueue getActionQueue ( )
public EntityModel getEntityModel ( )
public mixed getId ( )
public getEntityObj ( )
public isSupplied ( )
public setSupplied ( bool supplied )
public executeOnDisable ( Closure closure )
public disable ( )
public boolean isDisabled ( )
public execute ( )
public setAttr ( EntityProperty entityProperty , unknown name , unknown value )
public getAttr ( EntityProperty entityProperty , unknown name )

Properties in detail

Methods in detail