image = $image; } public function get_image(): Image { return $this->image; } public function set_title(String $title) { $this->title = $title; } }