PHP Класс Piwik\Plugins\ExampleUI\Reports\GetTemperaturesEvolution

See {@link http://developer.piwik.org/api-reference/Piwik/Plugin/Report} for more information.
Наследование: extends Base
Показать файл Открыть проект

Открытые методы

Метод Описание
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 ( )

Описание методов

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 ( )