/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
Calendar
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Calendar
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
Acl.php
2196
0644
edit
dl
rm
AclRule.php
2043
0644
edit
dl
rm
AclRuleScope.php
1312
0644
edit
dl
rm
Calendar.php
3026
0644
edit
dl
rm
CalendarList.php
2253
0644
edit
dl
rm
CalendarListEntry.php
6473
0644
edit
dl
rm
CalendarListEntryNotificationSettings.php
1347
0644
edit
dl
rm
CalendarNotification.php
1343
0644
edit
dl
rm
Channel.php
3344
0644
edit
dl
rm
ColorDefinition.php
1398
0644
edit
dl
rm
Colors.php
1936
0644
edit
dl
rm
ConferenceData.php
3235
0644
edit
dl
rm
ConferenceParameters.php
1332
0644
edit
dl
rm
ConferenceParametersAddOnParameters.php
1188
0644
edit
dl
rm
ConferenceProperties.php
1352
0644
edit
dl
rm
ConferenceRequestStatus.php
1146
0644
edit
dl
rm
ConferenceSolution.php
1663
0644
edit
dl
rm
ConferenceSolutionKey.php
1098
0644
edit
dl
rm
CreateConferenceRequest.php
1953
0644
edit
dl
rm
EntryPoint.php
3584
0644
edit
dl
rm
Error.php
1312
0644
edit
dl
rm
Event.php
12963
0644
edit
dl
rm
EventAttachment.php
2114
0644
edit
dl
rm
EventAttendee.php
3455
0644
edit
dl
rm
EventCreator.php
1809
0644
edit
dl
rm
EventDateTime.php
1598
0644
edit
dl
rm
EventExtendedProperties.php
1385
0644
edit
dl
rm
EventGadget.php
2820
0644
edit
dl
rm
EventOrganizer.php
1815
0644
edit
dl
rm
EventReminder.php
1334
0644
edit
dl
rm
EventReminders.php
1491
0644
edit
dl
rm
Events.php
3916
0644
edit
dl
rm
EventSource.php
1302
0644
edit
dl
rm
EventWorkingLocationProperties.php
2396
0644
edit
dl
rm
EventWorkingLocationPropertiesCustomLocation.php
1174
0644
edit
dl
rm
EventWorkingLocationPropertiesOfficeLocation.php
2257
0644
edit
dl
rm
FreeBusyCalendar.php
1457
0644
edit
dl
rm
FreeBusyGroup.php
1442
0644
edit
dl
rm
FreeBusyRequest.php
2631
0644
edit
dl
rm
FreeBusyRequestItem.php
1078
0644
edit
dl
rm
FreeBusyResponse.php
2234
0644
edit
dl
rm
Setting.php
1751
0644
edit
dl
rm
Settings.php
2211
0644
edit
dl
rm
TimePeriod.php
1299
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Calendar/Calendar.php
(3026B)
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\Calendar; class Calendar extends \Google\Model { protected $conferencePropertiesType = ConferenceProperties::class; protected $conferencePropertiesDataType = ''; /** * @var string */ public $description; /** * @var string */ public $etag; /** * @var string */ public $id; /** * @var string */ public $kind; /** * @var string */ public $location; /** * @var string */ public $summary; /** * @var string */ public $timeZone; /** * @param ConferenceProperties */ public function setConferenceProperties(ConferenceProperties $conferenceProperties) { $this->conferenceProperties = $conferenceProperties; } /** * @return ConferenceProperties */ public function getConferenceProperties() { return $this->conferenceProperties; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setEtag($etag) { $this->etag = $etag; } /** * @return string */ public function getEtag() { return $this->etag; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setLocation($location) { $this->location = $location; } /** * @return string */ public function getLocation() { return $this->location; } /** * @param string */ public function setSummary($summary) { $this->summary = $summary; } /** * @return string */ public function getSummary() { return $this->summary; } /** * @param string */ public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } /** * @return string */ public function getTimeZone() { return $this->timeZone; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Calendar::class, 'Google_Service_Calendar_Calendar');
Save
cmd:
run