Prado\Web\UI\WebControls\TLiteral::setText PHP Method

setText() public method

Sets the static text of the TLiteral
public setText ( $value )
    public function setText($value)
    {
        $this->setViewState('Text', TPropertyValue::ensureString($value), '');
    }