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