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