init() protected method

protected init ( )
Exemplo n.º 1
0
 protected function init()
 {
     parent::init();
     $this->name = Piwik::translate('ExampleUI_GetTemperaturesDataTable');
     $this->subcategoryId = 'ExampleUI_GetTemperaturesDataTable';
     $this->order = 110;
 }
Exemplo n.º 2
0
 protected function init()
 {
     parent::init();
     $this->name = 'Pie graph';
     $this->subcategoryId = $this->name;
     $this->order = 112;
 }
Exemplo n.º 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;
 }
Exemplo n.º 4
0
 protected function init()
 {
     parent::init();
     $this->name = Piwik::translate('ExampleUI_GetTemperaturesEvolution');
     $this->order = 111;
 }