Prado\Web\UI\TForm::getDefaultButton PHP Méthode

getDefaultButton() public méthode

public getDefaultButton ( ) : string
Résultat string id path to the default button control.
    public function getDefaultButton()
    {
        return $this->getViewState('DefaultButton', '');
    }