artist = $artist; $this->information = $information; } public function getArtist(): Artist { return $this->artist; } /** * @return mixed[] */ public function getInformation(): array { return $this->information; } }