raoul2000\workflow\source\file\WorkflowArrayParser::parse PHP Метод

parse() абстрактный публичный Метод

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
Результат array The parse workflow array definition
    public abstract function parse($wId, $definition, $source);
WorkflowArrayParser