title = $title; $this->url = $url; $this->label = $label; } public function getTitle(){ return $this->title; } public function getUrl(){ return $this->url; } public function getLabel(){ return $this->label; } }