Свойство | Тип | Описание | |
---|---|---|---|
$cache | Illuminate\Contracts\Cache\Repository | ||
$cacheLifeTimeInMinutes | integer | ||
$service | Google_Service_Analytics |
Метод | Описание | |
---|---|---|
__construct ( Google_Service_Analytics $service, Illuminate\Contracts\Cache\Repository $cache ) | ||
getAnalyticsService ( ) : Google_Service_Analytics | ||
performQuery ( string $viewId, DateTime $startDate, DateTime $endDate, string $metrics, array $others = [] ) : array | null | Query the Google Analytics Service with given parameters. | |
setCacheLifeTimeInMinutes ( integer $cacheLifeTimeInMinutes ) : self | Set the cache time. |
Метод | Описание | |
---|---|---|
determineCacheName ( array $properties ) : string | * Determine the cache name for the set of query properties given. |
public __construct ( Google_Service_Analytics $service, Illuminate\Contracts\Cache\Repository $cache ) | ||
$service | Google_Service_Analytics | |
$cache | Illuminate\Contracts\Cache\Repository |
protected determineCacheName ( array $properties ) : string | ||
$properties | array | |
Результат | string |
public getAnalyticsService ( ) : Google_Service_Analytics | ||
Результат | Google_Service_Analytics |
public setCacheLifeTimeInMinutes ( integer $cacheLifeTimeInMinutes ) : self | ||
$cacheLifeTimeInMinutes | integer | |
Результат | self |
protected Repository,Illuminate\Contracts\Cache $cache | ||
Результат | Illuminate\Contracts\Cache\Repository |