Prado\Web\UI\ActiveControls\TBaseActiveControl::getPage PHP 메소드

getPage() 보호된 메소드

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