Prado\Web\UI\WebControls\TConditional::getCondition PHP 메소드

getCondition() 공개 메소드

public getCondition ( ) : string
리턴 string the PHP expression used for determining which template to use. Defaults to 'true', meaning using TrueTemplate.
    public function getCondition()
    {
        return $this->_condition;
    }