uri = $uri; $this->label = $label; } public function getUri(): string { return $this->uri; } public function getLabel(): string { return $this->label; } public function __toString() { return $this->uri; } }