PHP 클래스 Backend\Modules\Analytics\GoogleClient\ClientFactory

저자: Wouter Sioen ([email protected])
파일 보기 프로젝트 열기: forkcms/forkcms

공개 메소드들

메소드 설명
__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