Exemple #1
0
 public function __construct()
 {
     $this->ruleDao = NOTIFICATIONS_BOL_RuleDao::getInstance();
     $this->unsubscribeDao = NOTIFICATIONS_BOL_UnsubscribeDao::getInstance();
     $this->notificationDao = NOTIFICATIONS_BOL_NotificationDao::getInstance();
     $this->scheduleDao = NOTIFICATIONS_BOL_ScheduleDao::getInstance();
     $this->sendQueueDao = NOTIFICATIONS_BOL_SendQueueDao::getInstance();
 }