Beispiel #1
0
 function ML_Lists($api_key)
 {
     $this->name = 'lists';
     parent::__construct($api_key);
 }
Beispiel #2
0
 function ML_Campaigns($api_key)
 {
     $this->name = 'campaigns';
     parent::__construct($api_key);
 }
Beispiel #3
0
 function ML_Subscribers($api_key)
 {
     $this->name = 'subscribers';
     parent::__construct($api_key);
 }