Prado\Web\UI\WebControls\TLiteral::setText PHP 메소드

setText() 공개 메소드

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