PHP Класс Swiftriver\Core\Analytics\AnalyticsEngine

Автор: mg[at]swiftly[dot]com
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

RunAnalyticsRequest() публичный Метод

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
Результат AnalyticsRequest

__construct() публичный Метод

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