AdminPageFramework_Form_View___DebugInfo::_shouldProceed PHP Méthode

_shouldProceed() private méthode

private _shouldProceed ( )
    private function _shouldProceed()
    {
        if (!$this->callBack($this->aCallbacks['show_debug_info'], true)) {
            return false;
        }
        return in_array($this->sStructureType, array('widget', 'post_meta_box', 'page_meta_box', 'user_meta'));
    }
AdminPageFramework_Form_View___DebugInfo