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

getMethod() public méthode

public getMethod ( ) : string
Résultat string form submission method. Defaults to 'post'.
    public function getMethod()
    {
        return $this->getViewState('Method', 'post');
    }