PHP Класс Swiftriver\AnalyticsProviders\ContentByChannelOverTimeAnalyticsProvider

Наследование: extends BaseAnalyticsClass, implements Swiftriver\Core\Analytics\IAnalyticsProvider
Показать файл Открыть проект

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

Метод Описание
DataContentSet ( ) : string[] Function that returns an array containing the fully qualified types of the data content's that the deriving Analytics Provider can work against
ProvideAnalytics ( $request ) : AnalyticsRequest Function that when implemented by a derived class should return an object that can be json encoded and returned to the UI to provide analytical information about the underlying data.
ProviderType ( ) : string Function that should return the name of the given AnalyticsProvider.
mongo_analytics ( $request )
mysql_analytics ( $request )

Приватные методы

Метод Описание
DayOfYear2Date ( $dayofyear, $format = 'd-m-Y' )

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

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

Function that returns an array containing the fully qualified types of the data content's that the deriving Analytics Provider can work against
public DataContentSet ( ) : string[]
Результат string[]

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

Function that when implemented by a derived class should return an object that can be json encoded and returned to the UI to provide analytical information about the underlying data.
public ProvideAnalytics ( $request ) : AnalyticsRequest
Результат Swiftriver\Core\Analytics\AnalyticsRequest

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

Function that should return the name of the given AnalyticsProvider.
public ProviderType ( ) : string
Результат string

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

public mongo_analytics ( $request )

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

public mysql_analytics ( $request )