id = $id; $this->nom = $nom; $this->picture = $picture; $this->creator = $creator; } protected function changePicture(Picture $newImg){ $this->picture = $newImg; } }