Prado\Web\UI\WebControls\TLiteral::getText PHP Méthode

getText() public méthode

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