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