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

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

public getMethod ( ) : string
Результат string form submission method. Defaults to 'post'.
    public function getMethod()
    {
        return $this->getViewState('Method', 'post');
    }