Prado\Web\UI\WebControls\TConditional::getCondition PHP Méthode

getCondition() public méthode

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