File manager - Edit - /home/linknsbh/cecil-hotel.net/platform/plugins/analytics/src/AnalyticsResponse.php
Back
<?php namespace Botble\Analytics; use Google\Analytics\Data\V1beta\RunReportResponse; use Illuminate\Support\Collection; class AnalyticsResponse { public RunReportResponse $googleResponse; public Collection $table; public array $metricAggregationsTable; public function setGoogleResponse(RunReportResponse $googleResponse): self { $this->googleResponse = $googleResponse; return $this; } public function setTable(array $table): self { $this->table = collect($table); return $this; } public function setMetricAggregationsTable(array $metricAggregationsTable): self { $this->metricAggregationsTable = $metricAggregationsTable; return $this; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 1.19 |
proxy
|
phpinfo
|
Settings