href = $href; $this->type = $type; $this->rel = $rel; } function getCode() { $type = (empty($this->type) ? "" : " type=\"$this->type\""); return "rel\" href=\"$this->href\"$type/>"; } }