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