Inheritance: extends Piwik\Plugin\Report
コード例 #1
0
ファイル: GetTemperatures.php プロジェクト: piwik/piwik
 protected function init()
 {
     parent::init();
     $this->name = Piwik::translate('ExampleUI_GetTemperaturesDataTable');
     $this->subcategoryId = 'ExampleUI_GetTemperaturesDataTable';
     $this->order = 110;
 }
コード例 #2
0
ファイル: GetPlanetRatios.php プロジェクト: piwik/piwik
 protected function init()
 {
     parent::init();
     $this->name = 'Pie graph';
     $this->subcategoryId = $this->name;
     $this->order = 112;
 }
コード例 #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;
 }
コード例 #4
0
 protected function init()
 {
     parent::init();
     $this->name = Piwik::translate('ExampleUI_GetTemperaturesEvolution');
     $this->order = 111;
 }