raoul2000\workflow\source\file\WorkflowArrayParser::parse PHP Méthode

parse() abstract public méthode

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
Résultat array The parse workflow array definition
    public abstract function parse($wId, $definition, $source);
WorkflowArrayParser