raoul2000\workflow\source\file\WorkflowArrayParser::parse PHP Method

parse() abstract public method

The workflow definition passed as argument is turned into an array that can be used by the WorkflowFileSource components.
abstract public parse ( string $wId, array $definition, raoul2000\workflow\source\file\WorkflowFileSource $source ) : array
$wId string
$definition array
$source raoul2000\workflow\source\file\WorkflowFileSource
return array The parse workflow array definition
    public abstract function parse($wId, $definition, $source);
WorkflowArrayParser