Prado\Web\UI\TControlAdapter::getPage PHP Метод

getPage() публичный Метод

public getPage ( ) : TPage
Результат TPage the page that contains the attached control
    public function getPage()
    {
        return $this->_control ? $this->_control->getPage() : null;
    }