AdminPageFrameworkLoader_AdminPage_Tool_Minifier::replyToLoadTab PHP Метод

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

Triggered when the tab is loaded.
public replyToLoadTab ( $oAdminPage )
    public function replyToLoadTab($oAdminPage)
    {
        new AdminPageFrameworkLoader_AdminPage_Tool_Minifier_Minifier($oAdminPage, $this->sPageSlug, array('section_id' => $this->sTabSlug, 'tab_slug' => $this->sTabSlug, 'title' => __('Download Minified Version', 'admin-page-framework-loader'), 'description' => __('When you click the Download link below, the minified version of the framework will be generated.', 'admin-page-framework-loader')));
    }
AdminPageFrameworkLoader_AdminPage_Tool_Minifier