mimetype = $mimetype; $this->href = $href; $this->title = $title; return $this; } /** * * @return string */ public function get_mimetype() { return $this->mimetype; } /** * * @return string */ public function get_title() { return $this->title; } /** * * @return string */ public function get_href() { return $this->href; } }