public function _replyToSetPageLoadInfoInFooter()
 {
     if (isset($_GET['page']) && $_GET['page']) {
         return;
     }
     if (AdminPageFramework_WPUtility::getCurrentPostType() == $this->oProp->sPostType || AdminPageFramework_WPUtility::isPostDefinitionPage($this->oProp->sPostType) || AdminPageFramework_WPUtility::isCustomTaxonomyPage($this->oProp->sPostType)) {
         add_filter('update_footer', array($this, '_replyToGetPageLoadInfo'), 999);
     }
 }