AdminPageFramework_Link_post_type::_replyToSetFooterInfo PHP Метод

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

    public function _replyToSetFooterInfo()
    {
        if (!$this->isPostDefinitionPage($this->oProp->sPostType) && !$this->isPostListingPage($this->oProp->sPostType) && !$this->isCustomTaxonomyPage($this->oProp->sPostType)) {
            return;
        }
        parent::_replyToSetFooterInfo();
    }