APF_NetworkAdmin::load PHP Method

load() public method

public load ( )
    public function load()
    {
        /* (optional) Determine the page style */
        $this->setPageHeadingTabsVisibility(false);
        // disables the page heading tabs by passing false.
        $this->setInPageTabTag('h2');
        // sets the tag used for in-page tabs
        $this->setPluginSettingsLinkLabel('');
        // pass an empty string to disable it.
        // Used to insert PHP code in example fields.
        $this->oWPRMParser = new AdminPageFramework_WPReadmeParser();
    }