/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
AdMob
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/AdMob
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
AdUnit.php
2402
0644
edit
dl
rm
App.php
2617
0644
edit
dl
rm
AppLinkedAppInfo.php
1402
0644
edit
dl
rm
AppManualAppInfo.php
1126
0644
edit
dl
rm
Date.php
1482
0644
edit
dl
rm
DateRange.php
1404
0644
edit
dl
rm
GenerateMediationReportRequest.php
1252
0644
edit
dl
rm
GenerateMediationReportResponse.php
1773
0644
edit
dl
rm
GenerateNetworkReportRequest.php
1238
0644
edit
dl
rm
GenerateNetworkReportResponse.php
1767
0644
edit
dl
rm
ListAdUnitsResponse.php
1488
0644
edit
dl
rm
ListAppsResponse.php
1443
0644
edit
dl
rm
ListPublisherAccountsResponse.php
1548
0644
edit
dl
rm
LocalizationSettings.php
1435
0644
edit
dl
rm
MediationReportSpec.php
3644
0644
edit
dl
rm
MediationReportSpecDimensionFilter.php
1497
0644
edit
dl
rm
MediationReportSpecSortCondition.php
1649
0644
edit
dl
rm
NetworkReportSpec.php
3626
0644
edit
dl
rm
NetworkReportSpecDimensionFilter.php
1491
0644
edit
dl
rm
NetworkReportSpecSortCondition.php
1643
0644
edit
dl
rm
PublisherAccount.php
1975
0644
edit
dl
rm
ReportFooter.php
1518
0644
edit
dl
rm
ReportHeader.php
1926
0644
edit
dl
rm
ReportRow.php
1601
0644
edit
dl
rm
ReportRowDimensionValue.php
1395
0644
edit
dl
rm
ReportRowMetricValue.php
1619
0644
edit
dl
rm
ReportWarning.php
1351
0644
edit
dl
rm
StringList.php
1124
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/AdMob/ReportWarning.php
(1351B)
<?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\AdMob; class ReportWarning extends \Google\Model { /** * @var string */ public $description; /** * @var string */ public $type; /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReportWarning::class, 'Google_Service_AdMob_ReportWarning');
Save
cmd:
run