Prado\Web\UI\TForm::getMethod PHP Method

getMethod() public method

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