Пример #1
0
 /**
  * SentStatistic constructor
  *
  * @param TimeLine $timeline Statistic time line
  */
 function SentStatistic($timeline)
 {
     parent::NewsletterStatistic($timeline);
 }
Пример #2
0
 /**
  * UnsubsStatistic constructor
  *
  * @param TimeLine $timeline Statistic time line
  */
 function UnsubsStatistic($timeline)
 {
     parent::NewsletterStatistic($timeline);
 }