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

getText() 공개 메소드

public getText ( ) : string
리턴 string text to be processed
    public function getText()
    {
        return $this->getViewState('Text', '');
    }