PHP Class Swiftriver\AnalyticsProviders\BaseAnalyticsClass

Show file Open project: ushahidi/Swiftriver-2011

Public Methods

Method 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 method

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
return PDO