Piwik\Plugins\ExampleUI\Reports\GetTemperatures::init PHP Method

init() protected method

protected init ( )
    protected function init()
    {
        parent::init();
        $this->name = Piwik::translate('ExampleUI_GetTemperaturesDataTable');
        $this->subcategoryId = 'ExampleUI_GetTemperaturesDataTable';
        $this->order = 110;
    }