PHP 인터페이스 Swiftriver\Core\Analytics\IAnalyticsProvider

저자: mg[at]swiftly[dot]org
파일 보기 프로젝트 열기: 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.

메소드 상세

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
리턴 AnalyticsRequest

ProviderType() 공개 메소드

Function that should return the name of the given AnalyticsProvider.
public ProviderType ( ) : string
리턴 string