Prado\Web\UI\JuiControls\TJuiDialogButton::getText PHP 메소드

getText() 공개 메소드

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