PHP Class Swiftriver\Core\Analytics\AnalyticsEngine

Author: mg[at]swiftly[dot]com
Mostrar archivo Open project: ushahidi/Swiftriver-2011

Public Methods

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

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

__construct() public method

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