title = (string) $page->title(); $this->uri = (string) $page->uri(); } public function toArray() { return [ "title" => $this->title, "uri" => $this->uri ]; } }