コード例 #1
0
ファイル: ML_Lists.php プロジェクト: talandis/mailersoft
 function ML_Lists($api_key)
 {
     $this->name = 'lists';
     parent::__construct($api_key);
 }
コード例 #2
0
ファイル: ML_Campaigns.php プロジェクト: talandis/mailersoft
 function ML_Campaigns($api_key)
 {
     $this->name = 'campaigns';
     parent::__construct($api_key);
 }
コード例 #3
0
ファイル: ML_Subscribers.php プロジェクト: venturepact/blog
 function ML_Subscribers($api_key)
 {
     $this->name = 'subscribers';
     parent::__construct($api_key);
 }