Method | Description | |
---|---|---|
__construct ( array $config = [] ) | Status constructor. | |
getId ( ) : string | Returns the id of this status. | |
getLabel ( ) : string | Returns the label for this status. | |
getTransitions ( ) | ||
getWorkflow ( ) | ||
getWorkflowId ( ) : string | ||
isInitialStatus ( ) |
public __construct ( array $config = [] ) | ||
$config | array |
public getWorkflowId ( ) : string | ||
return | string | the id of the workflow this status belongs to. |