/
var
/
www
/
cobraambalaj
/
vendor
/
google
/
apiclient-services
/
src
/
Google
/
Service
/
Partners
/
/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Partners
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
AdWordsManagerAccountInfo.php
1006
0644
edit
dl
rm
Analytics.php
2424
0644
edit
dl
rm
AnalyticsDataPoint.php
1322
0644
edit
dl
rm
AnalyticsSummary.php
1335
0644
edit
dl
rm
AvailableOffer.php
3551
0644
edit
dl
rm
Certification.php
1616
0644
edit
dl
rm
CertificationExamStatus.php
1039
0644
edit
dl
rm
CertificationStatus.php
1682
0644
edit
dl
rm
Company.php
7572
0644
edit
dl
rm
CompanyRelation.php
4903
0644
edit
dl
rm
CountryOfferInfo.php
1456
0644
edit
dl
rm
CreateLeadRequest.php
2022
0644
edit
dl
rm
CreateLeadResponse.php
1736
0644
edit
dl
rm
Date.php
1085
0644
edit
dl
rm
DebugInfo.php
1251
0644
edit
dl
rm
EventData.php
1000
0644
edit
dl
rm
ExamStatus.php
1671
0644
edit
dl
rm
GetCompanyResponse.php
1553
0644
edit
dl
rm
GetPartnersStatusResponse.php
1174
0644
edit
dl
rm
HistoricalOffer.php
2955
0644
edit
dl
rm
LatLng.php
1008
0644
edit
dl
rm
Lead.php
3675
0644
edit
dl
rm
ListAnalyticsResponse.php
2298
0644
edit
dl
rm
ListCompaniesResponse.php
1798
0644
edit
dl
rm
ListLeadsResponse.php
1926
0644
edit
dl
rm
ListOffersHistoryResponse.php
2505
0644
edit
dl
rm
ListOffersResponse.php
1870
0644
edit
dl
rm
ListUserStatesResponse.php
1404
0644
edit
dl
rm
LocalizedCompanyInfo.php
1483
0644
edit
dl
rm
Location.php
2841
0644
edit
dl
rm
LogMessageRequest.php
1650
0644
edit
dl
rm
LogMessageResponse.php
1167
0644
edit
dl
rm
LogUserEventRequest.php
2659
0644
edit
dl
rm
LogUserEventResponse.php
1169
0644
edit
dl
rm
Money.php
1156
0644
edit
dl
rm
OfferCustomer.php
2380
0644
edit
dl
rm
OptIns.php
1714
0644
edit
dl
rm
PartnersEmpty.php
667
0644
edit
dl
rm
PublicProfile.php
1539
0644
edit
dl
rm
Rank.php
950
0644
edit
dl
rm
RecaptchaChallenge.php
971
0644
edit
dl
rm
RequestMetadata.php
2232
0644
edit
dl
rm
ResponseMetadata.php
1081
0644
edit
dl
rm
SpecializationStatus.php
1204
0644
edit
dl
rm
TrafficSource.php
1085
0644
edit
dl
rm
User.php
4675
0644
edit
dl
rm
UserOverrides.php
1001
0644
edit
dl
rm
UserProfile.php
4062
0644
edit
dl
rm
Edit:
/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Partners/User.php
(4675B)
<?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_Partners_User extends Google_Collection { protected $collection_key = 'primaryEmails'; public $afaInfoShared; protected $availableAdwordsManagerAccountsType = 'Google_Service_Partners_AdWordsManagerAccountInfo'; protected $availableAdwordsManagerAccountsDataType = 'array'; protected $certificationStatusType = 'Google_Service_Partners_Certification'; protected $certificationStatusDataType = 'array'; protected $companyType = 'Google_Service_Partners_CompanyRelation'; protected $companyDataType = ''; public $companyVerificationEmail; protected $examStatusType = 'Google_Service_Partners_ExamStatus'; protected $examStatusDataType = 'array'; public $id; public $internalId; public $lastAccessTime; public $primaryEmails; protected $profileType = 'Google_Service_Partners_UserProfile'; protected $profileDataType = ''; protected $publicProfileType = 'Google_Service_Partners_PublicProfile'; protected $publicProfileDataType = ''; public function setAfaInfoShared($afaInfoShared) { $this->afaInfoShared = $afaInfoShared; } public function getAfaInfoShared() { return $this->afaInfoShared; } /** * @param Google_Service_Partners_AdWordsManagerAccountInfo */ public function setAvailableAdwordsManagerAccounts($availableAdwordsManagerAccounts) { $this->availableAdwordsManagerAccounts = $availableAdwordsManagerAccounts; } /** * @return Google_Service_Partners_AdWordsManagerAccountInfo */ public function getAvailableAdwordsManagerAccounts() { return $this->availableAdwordsManagerAccounts; } /** * @param Google_Service_Partners_Certification */ public function setCertificationStatus($certificationStatus) { $this->certificationStatus = $certificationStatus; } /** * @return Google_Service_Partners_Certification */ public function getCertificationStatus() { return $this->certificationStatus; } /** * @param Google_Service_Partners_CompanyRelation */ public function setCompany(Google_Service_Partners_CompanyRelation $company) { $this->company = $company; } /** * @return Google_Service_Partners_CompanyRelation */ public function getCompany() { return $this->company; } public function setCompanyVerificationEmail($companyVerificationEmail) { $this->companyVerificationEmail = $companyVerificationEmail; } public function getCompanyVerificationEmail() { return $this->companyVerificationEmail; } /** * @param Google_Service_Partners_ExamStatus */ public function setExamStatus($examStatus) { $this->examStatus = $examStatus; } /** * @return Google_Service_Partners_ExamStatus */ public function getExamStatus() { return $this->examStatus; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInternalId($internalId) { $this->internalId = $internalId; } public function getInternalId() { return $this->internalId; } public function setLastAccessTime($lastAccessTime) { $this->lastAccessTime = $lastAccessTime; } public function getLastAccessTime() { return $this->lastAccessTime; } public function setPrimaryEmails($primaryEmails) { $this->primaryEmails = $primaryEmails; } public function getPrimaryEmails() { return $this->primaryEmails; } /** * @param Google_Service_Partners_UserProfile */ public function setProfile(Google_Service_Partners_UserProfile $profile) { $this->profile = $profile; } /** * @return Google_Service_Partners_UserProfile */ public function getProfile() { return $this->profile; } /** * @param Google_Service_Partners_PublicProfile */ public function setPublicProfile(Google_Service_Partners_PublicProfile $publicProfile) { $this->publicProfile = $publicProfile; } /** * @return Google_Service_Partners_PublicProfile */ public function getPublicProfile() { return $this->publicProfile; } }
Save
cmd:
run