/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Calendar
NameSizeModeActions
Resource/-0755rm
Acl.php21960644editdlrm
AclRule.php20430644editdlrm
AclRuleScope.php13120644editdlrm
Calendar.php30260644editdlrm
CalendarList.php22530644editdlrm
CalendarListEntry.php64730644editdlrm
CalendarListEntryNotificationSettings.php13470644editdlrm
CalendarNotification.php13430644editdlrm
Channel.php33440644editdlrm
ColorDefinition.php13980644editdlrm
Colors.php19360644editdlrm
ConferenceData.php32350644editdlrm
ConferenceParameters.php13320644editdlrm
ConferenceParametersAddOnParameters.php11880644editdlrm
ConferenceProperties.php13520644editdlrm
ConferenceRequestStatus.php11460644editdlrm
ConferenceSolution.php16630644editdlrm
ConferenceSolutionKey.php10980644editdlrm
CreateConferenceRequest.php19530644editdlrm
EntryPoint.php35840644editdlrm
Error.php13120644editdlrm
Event.php129630644editdlrm
EventAttachment.php21140644editdlrm
EventAttendee.php34550644editdlrm
EventCreator.php18090644editdlrm
EventDateTime.php15980644editdlrm
EventExtendedProperties.php13850644editdlrm
EventGadget.php28200644editdlrm
EventOrganizer.php18150644editdlrm
EventReminder.php13340644editdlrm
EventReminders.php14910644editdlrm
Events.php39160644editdlrm
EventSource.php13020644editdlrm
EventWorkingLocationProperties.php23960644editdlrm
EventWorkingLocationPropertiesCustomLocation.php11740644editdlrm
EventWorkingLocationPropertiesOfficeLocation.php22570644editdlrm
FreeBusyCalendar.php14570644editdlrm
FreeBusyGroup.php14420644editdlrm
FreeBusyRequest.php26310644editdlrm
FreeBusyRequestItem.php10780644editdlrm
FreeBusyResponse.php22340644editdlrm
Setting.php17510644editdlrm
Settings.php22110644editdlrm
TimePeriod.php12990644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Calendar/Acl.php (2196B)
etag = $etag; } /** * @return string */ public function getEtag() { return $this->etag; } /** * @param AclRule[] */ public function setItems($items) { $this->items = $items; } /** * @return AclRule[] */ public function getItems() { return $this->items; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param string */ public function setNextSyncToken($nextSyncToken) { $this->nextSyncToken = $nextSyncToken; } /** * @return string */ public function getNextSyncToken() { return $this->nextSyncToken; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Acl::class, 'Google_Service_Calendar_Acl');