PHP 클래스 Piwik\Plugins\Contents\Reports\Base

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

공개 메소드들

메소드 설명
configureView ( ViewDataTable $view ) Here you can configure how your report should be displayed. For instance whether your report supports a search etc. You can also change the default request config. For instance change how many rows are displayed by default.
configureWidgets ( WidgetsList $widgetsList, ReportWidgetFactory $factory )

보호된 메소드들

메소드 설명
init ( )

비공개 메소드들

메소드 설명
hasSubtableId ( )

메소드 상세

configureView() 공개 메소드

Here you can configure how your report should be displayed. For instance whether your report supports a search etc. You can also change the default request config. For instance change how many rows are displayed by default.
public configureView ( ViewDataTable $view )
$view Piwik\Plugin\ViewDataTable

configureWidgets() 공개 메소드

public configureWidgets ( WidgetsList $widgetsList, ReportWidgetFactory $factory )
$widgetsList Piwik\Widget\WidgetsList
$factory Piwik\Report\ReportWidgetFactory

init() 보호된 메소드

protected init ( )