WPSEO_Help_Center::__construct PHP 메소드

__construct() 공개 메소드

WPSEO_Help_Center constructor.
public __construct ( String $group_name, WPSEO_Option_Tab $tab )
$group_name String The name of the group of the tab the helpcenter is on.
$tab WPSEO_Option_Tab The name of the tab the helpcenter is on.
    public function __construct($group_name, $tab)
    {
        $this->group_name = $group_name;
        $this->tab = $tab;
        $this->add_video_tutorial_item();
        $this->add_kb_search_item();
        $this->add_contact_support_item();
    }