/
var
/
www
/
cobraambalaj
/
vendor
/
google
/
apiclient-services
/
src
/
Google
/
Service
/
PeopleService
/
/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/PeopleService
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
Address.php
3073
0644
edit
dl
rm
AgeRangeType.php
1280
0644
edit
dl
rm
BatchGetContactGroupsResponse.php
1170
0644
edit
dl
rm
Biography.php
1447
0644
edit
dl
rm
Birthday.php
1618
0644
edit
dl
rm
BraggingRights.php
1261
0644
edit
dl
rm
CalendarUrl.php
1591
0644
edit
dl
rm
ClientData.php
1392
0644
edit
dl
rm
ContactGroup.php
2924
0644
edit
dl
rm
ContactGroupMembership.php
1176
0644
edit
dl
rm
ContactGroupMetadata.php
1027
0644
edit
dl
rm
ContactGroupResponse.php
1801
0644
edit
dl
rm
CopyOtherContactToMyContactsGroupRequest.php
1249
0644
edit
dl
rm
CoverPhoto.php
1406
0644
edit
dl
rm
CreateContactGroupRequest.php
1370
0644
edit
dl
rm
Date.php
1090
0644
edit
dl
rm
DeleteContactPhotoResponse.php
1080
0644
edit
dl
rm
DomainMembership.php
888
0644
edit
dl
rm
EmailAddress.php
1797
0644
edit
dl
rm
Event.php
1820
0644
edit
dl
rm
ExternalId.php
1604
0644
edit
dl
rm
FieldMetadata.php
1400
0644
edit
dl
rm
FileAs.php
1253
0644
edit
dl
rm
Gender.php
1656
0644
edit
dl
rm
GetPeopleResponse.php
1140
0644
edit
dl
rm
GroupClientData.php
959
0644
edit
dl
rm
ImClient.php
2026
0644
edit
dl
rm
Interest.php
1255
0644
edit
dl
rm
ListConnectionsResponse.php
1925
0644
edit
dl
rm
ListContactGroupsResponse.php
1772
0644
edit
dl
rm
ListDirectoryPeopleResponse.php
1509
0644
edit
dl
rm
ListOtherContactsResponse.php
1570
0644
edit
dl
rm
Locale.php
1253
0644
edit
dl
rm
Location.php
2261
0644
edit
dl
rm
Membership.php
2208
0644
edit
dl
rm
MiscKeyword.php
1605
0644
edit
dl
rm
ModifyContactGroupMembersRequest.php
1253
0644
edit
dl
rm
ModifyContactGroupMembersResponse.php
1415
0644
edit
dl
rm
Name.php
4245
0644
edit
dl
rm
Nickname.php
1397
0644
edit
dl
rm
Occupation.php
1257
0644
edit
dl
rm
Organization.php
3791
0644
edit
dl
rm
PeopleEmpty.php
670
0644
edit
dl
rm
Person.php
15598
0644
edit
dl
rm
PersonMetadata.php
1992
0644
edit
dl
rm
PersonResponse.php
1935
0644
edit
dl
rm
PhoneNumber.php
1810
0644
edit
dl
rm
Photo.php
1401
0644
edit
dl
rm
ProfileMetadata.php
1084
0644
edit
dl
rm
Relation.php
1609
0644
edit
dl
rm
RelationshipInterest.php
1479
0644
edit
dl
rm
RelationshipStatus.php
1477
0644
edit
dl
rm
Residence.php
1419
0644
edit
dl
rm
SearchDirectoryPeopleResponse.php
1483
0644
edit
dl
rm
SearchResponse.php
1113
0644
edit
dl
rm
SearchResult.php
1066
0644
edit
dl
rm
SipAddress.php
1604
0644
edit
dl
rm
Skill.php
1252
0644
edit
dl
rm
Source.php
1764
0644
edit
dl
rm
Status.php
1180
0644
edit
dl
rm
Tagline.php
1254
0644
edit
dl
rm
UpdateContactGroupRequest.php
1603
0644
edit
dl
rm
UpdateContactPhotoRequest.php
1276
0644
edit
dl
rm
UpdateContactPhotoResponse.php
1080
0644
edit
dl
rm
Url.php
1597
0644
edit
dl
rm
UserDefined.php
1393
0644
edit
dl
rm
Edit:
/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/PeopleService/Person.php
(15598B)
<?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. */ class Google_Service_PeopleService_Person extends Google_Collection { protected $collection_key = 'userDefined'; protected $addressesType = 'Google_Service_PeopleService_Address'; protected $addressesDataType = 'array'; public $ageRange; protected $ageRangesType = 'Google_Service_PeopleService_AgeRangeType'; protected $ageRangesDataType = 'array'; protected $biographiesType = 'Google_Service_PeopleService_Biography'; protected $biographiesDataType = 'array'; protected $birthdaysType = 'Google_Service_PeopleService_Birthday'; protected $birthdaysDataType = 'array'; protected $braggingRightsType = 'Google_Service_PeopleService_BraggingRights'; protected $braggingRightsDataType = 'array'; protected $calendarUrlsType = 'Google_Service_PeopleService_CalendarUrl'; protected $calendarUrlsDataType = 'array'; protected $clientDataType = 'Google_Service_PeopleService_ClientData'; protected $clientDataDataType = 'array'; protected $coverPhotosType = 'Google_Service_PeopleService_CoverPhoto'; protected $coverPhotosDataType = 'array'; protected $emailAddressesType = 'Google_Service_PeopleService_EmailAddress'; protected $emailAddressesDataType = 'array'; public $etag; protected $eventsType = 'Google_Service_PeopleService_Event'; protected $eventsDataType = 'array'; protected $externalIdsType = 'Google_Service_PeopleService_ExternalId'; protected $externalIdsDataType = 'array'; protected $fileAsesType = 'Google_Service_PeopleService_FileAs'; protected $fileAsesDataType = 'array'; protected $gendersType = 'Google_Service_PeopleService_Gender'; protected $gendersDataType = 'array'; protected $imClientsType = 'Google_Service_PeopleService_ImClient'; protected $imClientsDataType = 'array'; protected $interestsType = 'Google_Service_PeopleService_Interest'; protected $interestsDataType = 'array'; protected $localesType = 'Google_Service_PeopleService_Locale'; protected $localesDataType = 'array'; protected $locationsType = 'Google_Service_PeopleService_Location'; protected $locationsDataType = 'array'; protected $membershipsType = 'Google_Service_PeopleService_Membership'; protected $membershipsDataType = 'array'; protected $metadataType = 'Google_Service_PeopleService_PersonMetadata'; protected $metadataDataType = ''; protected $miscKeywordsType = 'Google_Service_PeopleService_MiscKeyword'; protected $miscKeywordsDataType = 'array'; protected $namesType = 'Google_Service_PeopleService_Name'; protected $namesDataType = 'array'; protected $nicknamesType = 'Google_Service_PeopleService_Nickname'; protected $nicknamesDataType = 'array'; protected $occupationsType = 'Google_Service_PeopleService_Occupation'; protected $occupationsDataType = 'array'; protected $organizationsType = 'Google_Service_PeopleService_Organization'; protected $organizationsDataType = 'array'; protected $phoneNumbersType = 'Google_Service_PeopleService_PhoneNumber'; protected $phoneNumbersDataType = 'array'; protected $photosType = 'Google_Service_PeopleService_Photo'; protected $photosDataType = 'array'; protected $relationsType = 'Google_Service_PeopleService_Relation'; protected $relationsDataType = 'array'; protected $relationshipInterestsType = 'Google_Service_PeopleService_RelationshipInterest'; protected $relationshipInterestsDataType = 'array'; protected $relationshipStatusesType = 'Google_Service_PeopleService_RelationshipStatus'; protected $relationshipStatusesDataType = 'array'; protected $residencesType = 'Google_Service_PeopleService_Residence'; protected $residencesDataType = 'array'; public $resourceName; protected $sipAddressesType = 'Google_Service_PeopleService_SipAddress'; protected $sipAddressesDataType = 'array'; protected $skillsType = 'Google_Service_PeopleService_Skill'; protected $skillsDataType = 'array'; protected $taglinesType = 'Google_Service_PeopleService_Tagline'; protected $taglinesDataType = 'array'; protected $urlsType = 'Google_Service_PeopleService_Url'; protected $urlsDataType = 'array'; protected $userDefinedType = 'Google_Service_PeopleService_UserDefined'; protected $userDefinedDataType = 'array'; /** * @param Google_Service_PeopleService_Address[] */ public function setAddresses($addresses) { $this->addresses = $addresses; } /** * @return Google_Service_PeopleService_Address[] */ public function getAddresses() { return $this->addresses; } public function setAgeRange($ageRange) { $this->ageRange = $ageRange; } public function getAgeRange() { return $this->ageRange; } /** * @param Google_Service_PeopleService_AgeRangeType[] */ public function setAgeRanges($ageRanges) { $this->ageRanges = $ageRanges; } /** * @return Google_Service_PeopleService_AgeRangeType[] */ public function getAgeRanges() { return $this->ageRanges; } /** * @param Google_Service_PeopleService_Biography[] */ public function setBiographies($biographies) { $this->biographies = $biographies; } /** * @return Google_Service_PeopleService_Biography[] */ public function getBiographies() { return $this->biographies; } /** * @param Google_Service_PeopleService_Birthday[] */ public function setBirthdays($birthdays) { $this->birthdays = $birthdays; } /** * @return Google_Service_PeopleService_Birthday[] */ public function getBirthdays() { return $this->birthdays; } /** * @param Google_Service_PeopleService_BraggingRights[] */ public function setBraggingRights($braggingRights) { $this->braggingRights = $braggingRights; } /** * @return Google_Service_PeopleService_BraggingRights[] */ public function getBraggingRights() { return $this->braggingRights; } /** * @param Google_Service_PeopleService_CalendarUrl[] */ public function setCalendarUrls($calendarUrls) { $this->calendarUrls = $calendarUrls; } /** * @return Google_Service_PeopleService_CalendarUrl[] */ public function getCalendarUrls() { return $this->calendarUrls; } /** * @param Google_Service_PeopleService_ClientData[] */ public function setClientData($clientData) { $this->clientData = $clientData; } /** * @return Google_Service_PeopleService_ClientData[] */ public function getClientData() { return $this->clientData; } /** * @param Google_Service_PeopleService_CoverPhoto[] */ public function setCoverPhotos($coverPhotos) { $this->coverPhotos = $coverPhotos; } /** * @return Google_Service_PeopleService_CoverPhoto[] */ public function getCoverPhotos() { return $this->coverPhotos; } /** * @param Google_Service_PeopleService_EmailAddress[] */ public function setEmailAddresses($emailAddresses) { $this->emailAddresses = $emailAddresses; } /** * @return Google_Service_PeopleService_EmailAddress[] */ public function getEmailAddresses() { return $this->emailAddresses; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_PeopleService_Event[] */ public function setEvents($events) { $this->events = $events; } /** * @return Google_Service_PeopleService_Event[] */ public function getEvents() { return $this->events; } /** * @param Google_Service_PeopleService_ExternalId[] */ public function setExternalIds($externalIds) { $this->externalIds = $externalIds; } /** * @return Google_Service_PeopleService_ExternalId[] */ public function getExternalIds() { return $this->externalIds; } /** * @param Google_Service_PeopleService_FileAs[] */ public function setFileAses($fileAses) { $this->fileAses = $fileAses; } /** * @return Google_Service_PeopleService_FileAs[] */ public function getFileAses() { return $this->fileAses; } /** * @param Google_Service_PeopleService_Gender[] */ public function setGenders($genders) { $this->genders = $genders; } /** * @return Google_Service_PeopleService_Gender[] */ public function getGenders() { return $this->genders; } /** * @param Google_Service_PeopleService_ImClient[] */ public function setImClients($imClients) { $this->imClients = $imClients; } /** * @return Google_Service_PeopleService_ImClient[] */ public function getImClients() { return $this->imClients; } /** * @param Google_Service_PeopleService_Interest[] */ public function setInterests($interests) { $this->interests = $interests; } /** * @return Google_Service_PeopleService_Interest[] */ public function getInterests() { return $this->interests; } /** * @param Google_Service_PeopleService_Locale[] */ public function setLocales($locales) { $this->locales = $locales; } /** * @return Google_Service_PeopleService_Locale[] */ public function getLocales() { return $this->locales; } /** * @param Google_Service_PeopleService_Location[] */ public function setLocations($locations) { $this->locations = $locations; } /** * @return Google_Service_PeopleService_Location[] */ public function getLocations() { return $this->locations; } /** * @param Google_Service_PeopleService_Membership[] */ public function setMemberships($memberships) { $this->memberships = $memberships; } /** * @return Google_Service_PeopleService_Membership[] */ public function getMemberships() { return $this->memberships; } /** * @param Google_Service_PeopleService_PersonMetadata */ public function setMetadata(Google_Service_PeopleService_PersonMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_PeopleService_PersonMetadata */ public function getMetadata() { return $this->metadata; } /** * @param Google_Service_PeopleService_MiscKeyword[] */ public function setMiscKeywords($miscKeywords) { $this->miscKeywords = $miscKeywords; } /** * @return Google_Service_PeopleService_MiscKeyword[] */ public function getMiscKeywords() { return $this->miscKeywords; } /** * @param Google_Service_PeopleService_Name[] */ public function setNames($names) { $this->names = $names; } /** * @return Google_Service_PeopleService_Name[] */ public function getNames() { return $this->names; } /** * @param Google_Service_PeopleService_Nickname[] */ public function setNicknames($nicknames) { $this->nicknames = $nicknames; } /** * @return Google_Service_PeopleService_Nickname[] */ public function getNicknames() { return $this->nicknames; } /** * @param Google_Service_PeopleService_Occupation[] */ public function setOccupations($occupations) { $this->occupations = $occupations; } /** * @return Google_Service_PeopleService_Occupation[] */ public function getOccupations() { return $this->occupations; } /** * @param Google_Service_PeopleService_Organization[] */ public function setOrganizations($organizations) { $this->organizations = $organizations; } /** * @return Google_Service_PeopleService_Organization[] */ public function getOrganizations() { return $this->organizations; } /** * @param Google_Service_PeopleService_PhoneNumber[] */ public function setPhoneNumbers($phoneNumbers) { $this->phoneNumbers = $phoneNumbers; } /** * @return Google_Service_PeopleService_PhoneNumber[] */ public function getPhoneNumbers() { return $this->phoneNumbers; } /** * @param Google_Service_PeopleService_Photo[] */ public function setPhotos($photos) { $this->photos = $photos; } /** * @return Google_Service_PeopleService_Photo[] */ public function getPhotos() { return $this->photos; } /** * @param Google_Service_PeopleService_Relation[] */ public function setRelations($relations) { $this->relations = $relations; } /** * @return Google_Service_PeopleService_Relation[] */ public function getRelations() { return $this->relations; } /** * @param Google_Service_PeopleService_RelationshipInterest[] */ public function setRelationshipInterests($relationshipInterests) { $this->relationshipInterests = $relationshipInterests; } /** * @return Google_Service_PeopleService_RelationshipInterest[] */ public function getRelationshipInterests() { return $this->relationshipInterests; } /** * @param Google_Service_PeopleService_RelationshipStatus[] */ public function setRelationshipStatuses($relationshipStatuses) { $this->relationshipStatuses = $relationshipStatuses; } /** * @return Google_Service_PeopleService_RelationshipStatus[] */ public function getRelationshipStatuses() { return $this->relationshipStatuses; } /** * @param Google_Service_PeopleService_Residence[] */ public function setResidences($residences) { $this->residences = $residences; } /** * @return Google_Service_PeopleService_Residence[] */ public function getResidences() { return $this->residences; } public function setResourceName($resourceName) { $this->resourceName = $resourceName; } public function getResourceName() { return $this->resourceName; } /** * @param Google_Service_PeopleService_SipAddress[] */ public function setSipAddresses($sipAddresses) { $this->sipAddresses = $sipAddresses; } /** * @return Google_Service_PeopleService_SipAddress[] */ public function getSipAddresses() { return $this->sipAddresses; } /** * @param Google_Service_PeopleService_Skill[] */ public function setSkills($skills) { $this->skills = $skills; } /** * @return Google_Service_PeopleService_Skill[] */ public function getSkills() { return $this->skills; } /** * @param Google_Service_PeopleService_Tagline[] */ public function setTaglines($taglines) { $this->taglines = $taglines; } /** * @return Google_Service_PeopleService_Tagline[] */ public function getTaglines() { return $this->taglines; } /** * @param Google_Service_PeopleService_Url[] */ public function setUrls($urls) { $this->urls = $urls; } /** * @return Google_Service_PeopleService_Url[] */ public function getUrls() { return $this->urls; } /** * @param Google_Service_PeopleService_UserDefined[] */ public function setUserDefined($userDefined) { $this->userDefined = $userDefined; } /** * @return Google_Service_PeopleService_UserDefined[] */ public function getUserDefined() { return $this->userDefined; } }
Save
cmd:
run