PHP 클래스 Swiftriver\AnalyticsProviders\ContentByChannelOverTimeAnalyticsProvider

상속: extends BaseAnalyticsClass, implements Swiftriver\Core\Analytics\IAnalyticsProvider
파일 보기 프로젝트 열기: ushahidi/Swiftriver-2011

공개 메소드들

메소드 설명
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 )