n2n Page Rocket 1 API

n2n\persistence\orm\store\action

­Action­Adapter

abstract ActionAdapter implements Action

All Implemented Interfaces:

SubTypes

Property summary

Modifier and Type Property
protected executed
protected atStartClosures
protected atEndClosures
protected dependents

Methods summary

Modifier and Type Method
public executeAtStart ( Closure closure )
public executeAtEnd ( Closure closure )
public Action [] addDependent ( Action actionJob )
public Action [] getDependents ( )
public setDependents ( array actionJobs )
protected executeDependents ( )
protected triggerAtStartClosures ( )
protected triggerAtEndClosures ( )
public isExecuted ( )
public execute ( )
protected exec ( )

Properties in detail

Methods in detail