1 | <?php |
||
8 | class GoogleCalendarFactory |
||
9 | { |
||
10 | public static function createForCalendarId(string $calendarId): GoogleCalendar |
||
20 | |||
21 | public static function createAuthenticatedGoogleClient(array $config): Google_Client |
||
33 | |||
34 | protected static function createCalendarClient(Google_Service_Calendar $service, string $calendarId): GoogleCalendar |
||
38 | } |
||
39 |