/
var
/
www
/
cobraambalaj
/
vendor
/
google
/
apiclient-services
/
src
/
Google
/
Service
/
AdSense
/
/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/AdSense
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
Account.php
2139
0644
edit
dl
rm
Accounts.php
1539
0644
edit
dl
rm
AdClient.php
1526
0644
edit
dl
rm
AdClients.php
1543
0644
edit
dl
rm
AdCode.php
1284
0644
edit
dl
rm
AdsenseReportsGenerateResponse.php
2527
0644
edit
dl
rm
AdsenseReportsGenerateResponseHeaders.php
1145
0644
edit
dl
rm
AdStyle.php
1738
0644
edit
dl
rm
AdStyleColors.php
1433
0644
edit
dl
rm
AdStyleFont.php
963
0644
edit
dl
rm
AdUnit.php
3632
0644
edit
dl
rm
AdUnitContentAdsSettings.php
1500
0644
edit
dl
rm
AdUnitContentAdsSettingsBackupOption.php
1116
0644
edit
dl
rm
AdUnitFeedAdsSettings.php
1404
0644
edit
dl
rm
AdUnitMobileContentAdsSettings.php
1413
0644
edit
dl
rm
AdUnits.php
1535
0644
edit
dl
rm
Alert.php
1609
0644
edit
dl
rm
Alerts.php
1184
0644
edit
dl
rm
CustomChannel.php
1727
0644
edit
dl
rm
CustomChannels.php
1563
0644
edit
dl
rm
CustomChannelTargetingInfo.php
1430
0644
edit
dl
rm
Metadata.php
1237
0644
edit
dl
rm
Payment.php
1616
0644
edit
dl
rm
Payments.php
1192
0644
edit
dl
rm
ReportingMetadataEntry.php
2181
0644
edit
dl
rm
SavedAdStyle.php
1460
0644
edit
dl
rm
SavedAdStyles.php
1559
0644
edit
dl
rm
SavedReport.php
1077
0644
edit
dl
rm
SavedReports.php
1555
0644
edit
dl
rm
UrlChannel.php
1118
0644
edit
dl
rm
UrlChannels.php
1551
0644
edit
dl
rm
Edit:
/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/AdSense/AdUnits.php
(1535B)
<?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_AdSense_AdUnits extends Google_Collection { protected $collection_key = 'items'; public $etag; protected $itemsType = 'Google_Service_AdSense_AdUnit'; protected $itemsDataType = 'array'; public $kind; public $nextPageToken; public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_AdSense_AdUnit[] */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_AdSense_AdUnit[] */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }
Save
cmd:
run