Prado\Web\UI\TControlAdapter::getPage PHP Method

getPage() public method

public getPage ( ) : TPage
return TPage the page that contains the attached control
    public function getPage()
    {
        return $this->_control ? $this->_control->getPage() : null;
    }