PHP 클래스 Swiftriver\AnalyticsProviders\BaseAnalyticsClass

파일 보기 프로젝트 열기: ushahidi/Swiftriver-2011

공개 메소드들

메소드 설명
PDOConnection ( AnalyticsRequest $request ) : PDO This function returns an initilised \PDO object that can be used by the calling class to access the data store. The implementation of generating the \PDO object is switched on the DataContentType property of the $request parameter

메소드 상세

PDOConnection() 공개 메소드

This function returns an initilised \PDO object that can be used by the calling class to access the data store. The implementation of generating the \PDO object is switched on the DataContentType property of the $request parameter
public PDOConnection ( AnalyticsRequest $request ) : PDO
$request Swiftriver\Core\Analytics\AnalyticsRequest
리턴 PDO