/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Calendar
NameSizeModeActions
Resource/-0755rm
Acl.php17430644editdlrm
AclRule.php16060644editdlrm
AclRuleScope.php9580644editdlrm
Calendar.php23110644editdlrm
CalendarList.php17820644editdlrm
CalendarListEntry.php50940644editdlrm
CalendarListEntryNotificationSettings.php11940644editdlrm
CalendarNotification.php9730644editdlrm
Channel.php22640644editdlrm
ColorDefinition.php10380644editdlrm
Colors.php17280644editdlrm
ConferenceData.php31250644editdlrm
ConferenceParameters.php12370644editdlrm
ConferenceParametersAddOnParameters.php8740644editdlrm
ConferenceProperties.php10680644editdlrm
ConferenceRequestStatus.php8620644editdlrm
ConferenceSolution.php13880644editdlrm
ConferenceSolutionKey.php8180644editdlrm
CreateConferenceRequest.php18510644editdlrm
EntryPoint.php24920644editdlrm
Error.php9720644editdlrm
Event.php108870644editdlrm
EventAttachment.php14780644editdlrm
EventAttendee.php23960644editdlrm
EventCreator.php12770644editdlrm
EventDateTime.php11500644editdlrm
EventExtendedProperties.php9970644editdlrm
EventGadget.php19280644editdlrm
EventOrganizer.php12790644editdlrm
EventReminder.php9870644editdlrm
EventReminders.php12980644editdlrm
Events.php30640644editdlrm
EventSource.php9500644editdlrm
FreeBusyCalendar.php14130644editdlrm
FreeBusyGroup.php12390644editdlrm
FreeBusyRequest.php20800644editdlrm
FreeBusyRequestItem.php8020644editdlrm
FreeBusyResponse.php19140644editdlrm
Setting.php12230644editdlrm
Settings.php17480644editdlrm
TimePeriod.php9490644editdlrm
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Calendar/EventGadget.php (1928B)
display = $display; } public function getDisplay() { return $this->display; } public function setHeight($height) { $this->height = $height; } public function getHeight() { return $this->height; } public function setIconLink($iconLink) { $this->iconLink = $iconLink; } public function getIconLink() { return $this->iconLink; } public function setLink($link) { $this->link = $link; } public function getLink() { return $this->link; } public function setPreferences($preferences) { $this->preferences = $preferences; } public function getPreferences() { return $this->preferences; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } }