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

getText() public method

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