/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/EventGadget.php (2820B)
display = $display; } /** * @return string */ public function getDisplay() { return $this->display; } /** * @param int */ public function setHeight($height) { $this->height = $height; } /** * @return int */ public function getHeight() { return $this->height; } /** * @param string */ public function setIconLink($iconLink) { $this->iconLink = $iconLink; } /** * @return string */ public function getIconLink() { return $this->iconLink; } /** * @param string */ public function setLink($link) { $this->link = $link; } /** * @return string */ public function getLink() { return $this->link; } /** * @param string[] */ public function setPreferences($preferences) { $this->preferences = $preferences; } /** * @return string[] */ public function getPreferences() { return $this->preferences; } /** * @param string */ public function setTitle($title) { $this->title = $title; } /** * @return string */ public function getTitle() { return $this->title; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } /** * @param int */ public function setWidth($width) { $this->width = $width; } /** * @return int */ public function getWidth() { return $this->width; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EventGadget::class, 'Google_Service_Calendar_EventGadget');