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

getText() public method

public getText ( ) : string
return string the static text of the TLiteral
    public function getText()
    {
        return $this->getViewState('Text', '');
    }