rel = $rel; $this->href = $href; $this->method = $method; } public function getRel() { return $this->rel; } public function getHref() { return $this->href; } public function getMethod() { return $this->method; } }