PHP Class Piwik\Plugins\Contents\Reports\Base

Inheritance: extends Piwik\Plugin\Report
Afficher le fichier Open project: piwik/piwik Class Usage Examples

Méthodes publiques

Méthode Description
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 )

Méthodes protégées

Méthode Description
init ( )

Private Methods

Méthode Description
hasSubtableId ( )

Method Details

configureView() public méthode

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 méthode

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

init() protected méthode

protected init ( )