/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
AnalyticsData
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/AnalyticsData
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
ActiveMetricRestriction.php
1575
0644
edit
dl
rm
AudienceListMetadata.php
870
0644
edit
dl
rm
BatchRunPivotReportsRequest.php
1285
0644
edit
dl
rm
BatchRunPivotReportsResponse.php
1561
0644
edit
dl
rm
BatchRunReportsRequest.php
1255
0644
edit
dl
rm
BatchRunReportsResponse.php
1486
0644
edit
dl
rm
BetweenFilter.php
1496
0644
edit
dl
rm
CaseExpression.php
1150
0644
edit
dl
rm
CheckCompatibilityRequest.php
2656
0644
edit
dl
rm
CheckCompatibilityResponse.php
1870
0644
edit
dl
rm
Cohort.php
1651
0644
edit
dl
rm
CohortReportSettings.php
1141
0644
edit
dl
rm
CohortSpec.php
1986
0644
edit
dl
rm
CohortsRange.php
1664
0644
edit
dl
rm
ConcatenateExpression.php
1506
0644
edit
dl
rm
DateRange.php
1596
0644
edit
dl
rm
Dimension.php
1511
0644
edit
dl
rm
DimensionCompatibility.php
1589
0644
edit
dl
rm
DimensionExpression.php
1929
0644
edit
dl
rm
DimensionHeader.php
1090
0644
edit
dl
rm
DimensionMetadata.php
2617
0644
edit
dl
rm
DimensionOrderBy.php
1425
0644
edit
dl
rm
DimensionValue.php
1094
0644
edit
dl
rm
Filter.php
2542
0644
edit
dl
rm
FilterExpression.php
2223
0644
edit
dl
rm
FilterExpressionList.php
1276
0644
edit
dl
rm
InListFilter.php
1437
0644
edit
dl
rm
Metadata.php
1782
0644
edit
dl
rm
Metric.php
1602
0644
edit
dl
rm
MetricCompatibility.php
1544
0644
edit
dl
rm
MetricHeader.php
1315
0644
edit
dl
rm
MetricMetadata.php
3428
0644
edit
dl
rm
MetricOrderBy.php
1126
0644
edit
dl
rm
MetricValue.php
1085
0644
edit
dl
rm
MinuteRange.php
1668
0644
edit
dl
rm
NumericFilter.php
1418
0644
edit
dl
rm
NumericValue.php
1314
0644
edit
dl
rm
OrderBy.php
2017
0644
edit
dl
rm
Pivot.php
2286
0644
edit
dl
rm
PivotDimensionHeader.php
1306
0644
edit
dl
rm
PivotHeader.php
1604
0644
edit
dl
rm
PivotOrderBy.php
1558
0644
edit
dl
rm
PivotSelection.php
1454
0644
edit
dl
rm
PropertyQuota.php
3436
0644
edit
dl
rm
QuotaStatus.php
1357
0644
edit
dl
rm
ResponseMetaData.php
2892
0644
edit
dl
rm
Row.php
1600
0644
edit
dl
rm
RunPivotReportRequest.php
4419
0644
edit
dl
rm
RunPivotReportResponse.php
3527
0644
edit
dl
rm
RunRealtimeReportRequest.php
3879
0644
edit
dl
rm
RunRealtimeReportResponse.php
3656
0644
edit
dl
rm
RunReportRequest.php
5255
0644
edit
dl
rm
RunReportResponse.php
3971
0644
edit
dl
rm
SchemaRestrictionResponse.php
1429
0644
edit
dl
rm
StringFilter.php
1648
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/AnalyticsData/Cohort.php
(1651B)
<?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\AnalyticsData; class Cohort extends \Google\Model { protected $dateRangeType = DateRange::class; protected $dateRangeDataType = ''; /** * @var string */ public $dimension; /** * @var string */ public $name; /** * @param DateRange */ public function setDateRange(DateRange $dateRange) { $this->dateRange = $dateRange; } /** * @return DateRange */ public function getDateRange() { return $this->dateRange; } /** * @param string */ public function setDimension($dimension) { $this->dimension = $dimension; } /** * @return string */ public function getDimension() { return $this->dimension; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Cohort::class, 'Google_Service_AnalyticsData_Cohort');
Save
cmd:
run