Class X2FlowTriggerBehavior
Causes flow triggers to be run as the result of events raised by the owner
model
-
CComponent
-
CBehavior
implements
IBehavior
-
CModelBehavior
-
CActiveRecordBehavior
-
X2FlowTriggerBehavior
Methods summary
public
array
|
#
events( )
Declares events and the corresponding event handler methods. If you override
this method, make sure you merge the parent result to the return value.
Declares events and the corresponding event handler methods. If you override
this method, make sure you merge the parent result to the return value.
Returns
array events (array keys) and the corresponding event handler methods (array values).
See
CBehavior::events
Overrides
CActiveRecordBehavior::events()
|
public
|
|
public
|
|
public
|
|
public
|
|
Methods inherited from CActiveRecordBehavior
afterDelete(),
afterFind(),
afterSave(),
beforeCount(),
beforeDelete(),
beforeFind(),
beforeSave()
|
Methods inherited from CModelBehavior
afterConstruct(),
afterValidate(),
beforeValidate()
|
Methods inherited from CBehavior
attach(),
detach(),
getEnabled(),
getOwner(),
setEnabled()
|
Methods inherited from CComponent
__call(),
__get(),
__isset(),
__set(),
__unset(),
asa(),
attachBehavior(),
attachBehaviors(),
attachEventHandler(),
canGetProperty(),
canSetProperty(),
detachBehavior(),
detachBehaviors(),
detachEventHandler(),
disableBehavior(),
disableBehaviors(),
enableBehavior(),
enableBehaviors(),
evaluateExpression(),
getEventHandlers(),
hasEvent(),
hasEventHandler(),
hasProperty(),
raiseEvent()
|
Magic properties inherited from CActiveRecordBehavior
$owner
|
Magic properties inherited from CBehavior
$enabled
|