/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/EntryPoint.php (3584B)
accessCode = $accessCode; } /** * @return string */ public function getAccessCode() { return $this->accessCode; } /** * @param string[] */ public function setEntryPointFeatures($entryPointFeatures) { $this->entryPointFeatures = $entryPointFeatures; } /** * @return string[] */ public function getEntryPointFeatures() { return $this->entryPointFeatures; } /** * @param string */ public function setEntryPointType($entryPointType) { $this->entryPointType = $entryPointType; } /** * @return string */ public function getEntryPointType() { return $this->entryPointType; } /** * @param string */ public function setLabel($label) { $this->label = $label; } /** * @return string */ public function getLabel() { return $this->label; } /** * @param string */ public function setMeetingCode($meetingCode) { $this->meetingCode = $meetingCode; } /** * @return string */ public function getMeetingCode() { return $this->meetingCode; } /** * @param string */ public function setPasscode($passcode) { $this->passcode = $passcode; } /** * @return string */ public function getPasscode() { return $this->passcode; } /** * @param string */ public function setPassword($password) { $this->password = $password; } /** * @return string */ public function getPassword() { return $this->password; } /** * @param string */ public function setPin($pin) { $this->pin = $pin; } /** * @return string */ public function getPin() { return $this->pin; } /** * @param string */ public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } /** * @return string */ public function getRegionCode() { return $this->regionCode; } /** * @param string */ public function setUri($uri) { $this->uri = $uri; } /** * @return string */ public function getUri() { return $this->uri; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EntryPoint::class, 'Google_Service_Calendar_EntryPoint');