Prado\Web\UI\TPage::getForm PHP Method

getForm() public method

public getForm ( ) : TForm
return TForm the form on the page
    public function getForm()
    {
        return $this->_form;
    }