Prado\Web\UI\TControlAdapter::getPage PHP Méthode

getPage() public méthode

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