Example #1
0
 public function __construct(ArtistMapper $artistMapper, API $api)
 {
     parent::__construct($artistMapper, $api);
 }
Example #2
0
 public function __construct(TrackMapper $trackMapper, API $api)
 {
     parent::__construct($trackMapper, $api);
 }
Example #3
0
 public function __construct(AlbumMapper $albumMapper, API $api)
 {
     parent::__construct($albumMapper, $api);
 }