Prado\Web\UI\ActiveControls\TBaseActiveControl::getPage PHP Method

getPage() protected method

protected getPage ( ) : TPage
return TPage the page containing the attached control.
    protected function getPage()
    {
        return $this->_control->getPage();
    }