コード例 #1
0
ファイル: MockSharing.php プロジェクト: sebbie42/casebox
 function __construct(array $calendars = [], array $calendarData = [], array $notifications = [])
 {
     parent::__construct($calendars, $calendarData);
     $this->notifications = $notifications;
 }