Ejemplo n.º 1
0
 function __construct($user, $apiKey)
 {
     $this->user = $user;
     parent::setKey($apiKey);
 }
Ejemplo n.º 2
0
 function __construct($artist, $apiKey)
 {
     $this->artist = $artist;
     parent::setKey($apiKey);
 }