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

getText() 공개 메소드

public getText ( ) : string
리턴 string static text to be displayed in the column. Defaults to empty.
    public function getText()
    {
        return $this->getViewState('Text', '');
    }