type = $type; $this->page = $page; $this->href = $href; } /** @inheritdoc */ public function __toString() { return $this->href; } }