PHP Class Swiftriver\Core\Analytics\AnalyticsRequest

Author: mg[at]swiftly[dot]org
Show file Open project: ushahidi/Swiftriver-2011

Public Properties

Property Type Description
$DataContextType string The type of the current data context, this can be used by the IAnalyticsProvider to instanciate a new data store connection.
$Parameters object Parameters that are passed to the Analytics Provider in order for it to fulfill the request.
$RequestType string The name of the Analytics Provider that should be used to fulfill this analytics request.
$Result object The result of the Analytics request.

Property Details

$DataContextType public property

The type of the current data context, this can be used by the IAnalyticsProvider to instanciate a new data store connection.
public string $DataContextType
return string

$Parameters public property

Parameters that are passed to the Analytics Provider in order for it to fulfill the request.
public object $Parameters
return object

$RequestType public property

The name of the Analytics Provider that should be used to fulfill this analytics request.
public string $RequestType
return string

$Result public property

The result of the Analytics request.
public object $Result
return object