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

getText() 공개 메소드

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