示例#1
0
文件: user.php 项目: septor/scrobbls
 function __construct($user, $apiKey)
 {
     $this->user = $user;
     parent::setKey($apiKey);
 }
示例#2
0
 function __construct($artist, $apiKey)
 {
     $this->artist = $artist;
     parent::setKey($apiKey);
 }