PHP Класс Swiftriver\AnalyticsProviders\BaseAnalyticsClass

Показать файл Открыть проект

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

Метод Описание
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