PHP Class raoul2000\workflow\base\Workflow

The Workflow class inherits from **WorkflowBaseObject** that provides support for **metadata** attributes and workflow source access.
See also: raoul2000\workflow\base\WorkflowBaseObject
Inheritance: extends WorkflowBaseObject, implements raoul2000\workflow\base\WorkflowInterface
显示文件 Open project: raoul2000/yii2-workflow Class Usage Examples

Public Methods

Method Description
__construct ( array $config = [] ) Workflow constructor.
getAllStatuses ( )
getId ( )
getInitialStatus ( )
getInitialStatusId ( )

Method Details

__construct() public method

Workflow constructor.
public __construct ( array $config = [] )
$config array

getAllStatuses() public method

See also: raoul2000\workflow\base\WorkflowInterface::getAllStatuses()
public getAllStatuses ( )

getId() public method

See also: raoul2000\workflow\base\WorkflowBaseObject::getId()
public getId ( )

getInitialStatus() public method

See also: raoul2000\workflow\base\WorkflowInterface::getInitialStatus()
public getInitialStatus ( )

getInitialStatusId() public method

See also: raoul2000\workflow\base\WorkflowInterface::getInitialStatusId()
public getInitialStatusId ( )