display = $display; $this->mid = $mid; $this->name = $name; $this->order = $order; $this->url = $url; $this->icon = $icon; $this->gnb_grp_div = $gnb_grp_div; } public function addSubURL($url) { if (!in_array($url, $this->suburl)) $this->suburl[] = $url; } }