PHP Class Swiftriver\Core\Analytics\AnalyticsEngine

Author: mg[at]swiftly[dot]com
Afficher le fichier Open project: ushahidi/Swiftriver-2011

Méthodes publiques

Méthode Description
RunAnalyticsRequest ( AnalyticsRequest $request ) : AnalyticsRequest Function that takes in an instance of the AnalyticsRequest object and attempts to match this to an instance of the IAnalyticsProvider interface.
__construct ( string $modulesDirectory = null ) Constructor for the Analytics engine that can take an optional modules directory.

Method Details

RunAnalyticsRequest() public méthode

Function that takes in an instance of the AnalyticsRequest object and attempts to match this to an instance of the IAnalyticsProvider interface.
public RunAnalyticsRequest ( AnalyticsRequest $request ) : AnalyticsRequest
$request AnalyticsRequest
Résultat AnalyticsRequest

__construct() public méthode

Constructor for the Analytics engine that can take an optional modules directory.
public __construct ( string $modulesDirectory = null )
$modulesDirectory string