AdminPageFramework_Form_View___CollapsibleSectionTitle::_getCollapsibleSectionsEnablerScript PHP Method

_getCollapsibleSectionsEnablerScript() protected method

    protected function _getCollapsibleSectionsEnablerScript()
    {
        if (self::$_bLoaded) {
            return;
        }
        self::$_bLoaded = true;
        new AdminPageFramework_Form_View___Script_CollapsibleSection($this->oMsg);
    }
AdminPageFramework_Form_View___CollapsibleSectionTitle