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

setCondition() public method

The context of the expression is the template control containing TConditional.
public setCondition ( $value )
    public function setCondition($value)
    {
        $this->_condition = TPropertyValue::ensureString($value);
    }