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

getIsPostBack() public method

public getIsPostBack ( ) : boolean
return boolean whether the current page request is a postback
    public function getIsPostBack()
    {
        return $this->_postData !== null;
    }