예제 #1
0
파일: service.php 프로젝트: vazahat/dudex
 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();
 }