Prado\Web\UI\WebControls\TConditional::getCondition PHP Method

getCondition() public method

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