raoul2000\workflow\source\IWorkflowSource::getAllStatuses PHP Method

getAllStatuses() public method

Returns an array containing all Status instances belonging to the workflow whose id is passed as argument.
public getAllStatuses ( string $id ) : raoul2000\workflow\base\StatusInterface[]
$id string workflow Id
return raoul2000\workflow\base\StatusInterface[] list of status. The array key is the status ID
    public function getAllStatuses($id);