コード例 #1
0
ファイル: sentstatistic.php プロジェクト: madseller/coperio
 /**
  * SentStatistic constructor
  *
  * @param TimeLine $timeline Statistic time line
  */
 function SentStatistic($timeline)
 {
     parent::NewsletterStatistic($timeline);
 }
コード例 #2
0
ファイル: unsubsstatistic.php プロジェクト: madseller/coperio
 /**
  * UnsubsStatistic constructor
  *
  * @param TimeLine $timeline Statistic time line
  */
 function UnsubsStatistic($timeline)
 {
     parent::NewsletterStatistic($timeline);
 }