PHP 클래스 Piwik\Report\ReportWidgetConfig

상속: extends Piwik\Widget\WidgetConfig
파일 보기 프로젝트 열기: piwik/piwik 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$forceViewDataTable
$viewDataTable

공개 메소드들

메소드 설명
forceViewDataTable ( string $viewDataTableId ) Forces the usage of the given viewDataTable in order to render the report.
getParameters ( )
getViewDataTable ( ) : string Get the specified viewDataTable.
isViewDataTableForced ( ) : boolean Detect whether a defined viewDataTable should be forced in order to render a report.
setDefaultViewDataTable ( string $viewDataTableId ) : static Sets a default viewDataTable that should be used to render the report. This is not neccessarily the view that will be actually used to render the report. Eg if a user switched manually to another viewDataTable Piwik will re-use the viewDataTable that was used the last time. If you want to force the usage of a viewDataTable use {@link forceViewDataTable()}.

메소드 상세

forceViewDataTable() 공개 메소드

Forces the usage of the given viewDataTable in order to render the report.
public forceViewDataTable ( string $viewDataTableId )
$viewDataTableId string eg 'table' or 'graph'

getParameters() 공개 메소드

public getParameters ( )

getViewDataTable() 공개 메소드

Get the specified viewDataTable.
public getViewDataTable ( ) : string
리턴 string

isViewDataTableForced() 공개 메소드

Detect whether a defined viewDataTable should be forced in order to render a report.
public isViewDataTableForced ( ) : boolean
리턴 boolean

setDefaultViewDataTable() 공개 메소드

Sets a default viewDataTable that should be used to render the report. This is not neccessarily the view that will be actually used to render the report. Eg if a user switched manually to another viewDataTable Piwik will re-use the viewDataTable that was used the last time. If you want to force the usage of a viewDataTable use {@link forceViewDataTable()}.
public setDefaultViewDataTable ( string $viewDataTableId ) : static
$viewDataTableId string eg 'table' or 'graph'
리턴 static

프로퍼티 상세

$forceViewDataTable 보호되어 있는 프로퍼티

protected $forceViewDataTable

$viewDataTable 보호되어 있는 프로퍼티

protected $viewDataTable