Ejemplo n.º 1
0
 public function __construct($apiKey)
 {
     $this->name = 'campaigns';
     parent::__construct($apiKey);
 }
Ejemplo n.º 2
0
 public function __construct($apiKey)
 {
     $this->name = 'subscribers';
     parent::__construct($apiKey);
 }
Ejemplo n.º 3
0
 public function __construct($apiKey)
 {
     $this->name = 'lists';
     parent::__construct($apiKey);
 }