AdminPageFramework_Link_post_type::_replyToSetFooterInfo PHP Method

_replyToSetFooterInfo() public method

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