simpleWorkflow
  • Class
  • Tree

Classes

  • SWActiveRecord
  • SWActiveRecordBehavior
  • SWComponent
  • SWEvent
  • SWException
  • SWHelper
  • SWNode
  • SWPhpWorkflowSource
  • SWValidator
  • SWWorkflowSource
  • SWyEdConverter
  • SWyEdConverterDOM

Class SWComponent

This is the base class for all components that needs to handle events fired by the simpleWorkflow behavior. Note that in most cases, this class is not used as the sW behavior is usually attached to a CActiveRecord object.

CComponent
Extended by SWComponent
Located at SWComponent.php

Methods summary

public
# onEnterWorkflow( mixed $event )
public
# enterWorkflow( mixed $event )
public
# onBeforeTransition( mixed $event )
public
# beforeTransition( mixed $event )
public
# onProcessTransition( mixed $event )
public
# processTransition( mixed $event )
public
# onAfterTransition( mixed $event )
public
# afterTransition( mixed $event )
public
# onFinalStatus( mixed $event )
public
# finalStatus( mixed $event )
public
# onLeaveWorkflow( mixed $event )
public
# leaveWorkflow( mixed $event )

Magic methods summary

simpleWorkflow API documentation generated by ApiGen 2.8.0