ezcWorkflowNodeSimpleMerge::execute PHP 메소드

execute() 공개 메소드

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