album = $album; $this->information = $information; } /** * @return Album */ public function getAlbum() { return $this->album; } /** * @return array */ public function getInformation() { return $this->information; } }