ezcWorkflowNodeSimpleMerge::execute PHP Method

execute() public method

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