Inheritance: extends Piwik\Plugin\Report
Example #1
0
 protected function init()
 {
     parent::init();
     $this->name = Piwik::translate('ExampleUI_GetTemperaturesDataTable');
     $this->subcategoryId = 'ExampleUI_GetTemperaturesDataTable';
     $this->order = 110;
 }
Example #2
0
 protected function init()
 {
     parent::init();
     $this->name = 'Pie graph';
     $this->subcategoryId = $this->name;
     $this->order = 112;
 }
Example #3
0
 protected function init()
 {
     parent::init();
     $this->name = Piwik::translate('Advanced tag cloud: with logos and links');
     $this->subcategoryId = 'Tag clouds';
     $this->order = 113;
 }
Example #4
0
 protected function init()
 {
     parent::init();
     $this->name = Piwik::translate('ExampleUI_GetTemperaturesEvolution');
     $this->order = 111;
 }