ezcWorkflowConditionVariables::getCondition PHP 메소드

getCondition() 공개 메소드

Returns the condition.
public getCondition ( ) : ezcWorkflowCondition
리턴 ezcWorkflowCondition
    public function getCondition()
    {
        return $this->condition;
    }