PHP Класс Backend\Modules\Analytics\GoogleClient\ClientFactory

Автор: Wouter Sioen ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( ModulesSettings $modulesSettings, string $cacheDir )
createAnalyticsService ( ) : Google_Service_Analytics
createClient ( ) : Google_Client Creates a google client

Описание методов

__construct() публичный Метод

public __construct ( ModulesSettings $modulesSettings, string $cacheDir )
$modulesSettings common\ModulesSettings
$cacheDir string

createAnalyticsService() публичный Метод

public createAnalyticsService ( ) : Google_Service_Analytics
Результат Google_Service_Analytics

createClient() публичный Метод

Creates a google client
public createClient ( ) : Google_Client
Результат Google_Client