APF_Demo_AdvancedUsage_Section_Collapsible_D::__construct PHP Метод

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

Sets up a form section.
public __construct ( $oFactory )
    public function __construct($oFactory)
    {
        $oFactory->addSettingSections($this->sPageSlug, array('section_id' => $this->sSectionID, 'tab_slug' => $this->sTabSlug, 'title' => __('Custom Content', 'admin-page-framework-loader'), 'content' => "<p>" . __('This custom output is inserted with the <code>content</code> argument.', 'admin-page-framework-loader') . "</p>", 'collapsible' => array('collapse_others_on_expand' => false, 'toggle_all_button' => 'bottom-right')));
    }
APF_Demo_AdvancedUsage_Section_Collapsible_D