示例#1
0
 function __construct(array $calendars = [], array $calendarData = [], array $notifications = [])
 {
     parent::__construct($calendars, $calendarData);
     $this->notifications = $notifications;
 }