ezcWorkflowNodeSimpleMerge::execute PHP Méthode

execute() public méthode

Executes this node.
public execute ( ezcWorkflowExecution $execution ) : boolean
$execution ezcWorkflowExecution
Résultat boolean true when the node finished execution, and false otherwise
    public function execute(ezcWorkflowExecution $execution)
    {
        return $this->doMerge($execution);
    }
ezcWorkflowNodeSimpleMerge