Prado\Web\UI\TForm::getDefaultButton PHP Метод

getDefaultButton() публичный Метод

public getDefaultButton ( ) : string
Результат string id path to the default button control.
    public function getDefaultButton()
    {
        return $this->getViewState('DefaultButton', '');
    }