示例#1
0
 public function __construct($apiKey)
 {
     $this->name = 'campaigns';
     parent::__construct($apiKey);
 }
示例#2
0
 public function __construct($apiKey)
 {
     $this->name = 'subscribers';
     parent::__construct($apiKey);
 }
示例#3
0
 public function __construct($apiKey)
 {
     $this->name = 'lists';
     parent::__construct($apiKey);
 }