AdminPageFramework_Router::_replyToLoadComponents PHP Метод

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

    public function _replyToLoadComponents()
    {
        if ('plugins.php' === $this->oProp->sPageNow) {
            $this->oLink = $this->_replyTpSetAndGetInstance_oLink();
        }
        parent::_replyToLoadComponents();
    }