name = $name; $this->href = $href; parent::__construct(); } public function name() { return $this->name; } public function href() { return $this->href; } }