PHP Class Swiftriver\AnalyticsProviders\BaseAnalyticsClass

Afficher le fichier Open project: ushahidi/Swiftriver-2011

Méthodes publiques

Méthode Description
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

Method Details

PDOConnection() public méthode

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
Résultat PDO