init() protected method

protected init ( )
コード例 #1
0
ファイル: GetConfiguration.php プロジェクト: piwik/piwik
 protected function init()
 {
     parent::init();
     $this->dimension = new Configuration();
     $this->name = Piwik::translate('Resolution_Configurations');
     $this->documentation = Piwik::translate('Resolution_WidgetGlobalVisitorsDocumentation', '<br />');
     $this->order = 7;
     $this->subcategoryId = 'DevicesDetection_Software';
 }
コード例 #2
0
ファイル: GetConfiguration.php プロジェクト: bossrabbit/piwik
 protected function init()
 {
     parent::init();
     $this->dimension = new Configuration();
     $this->name = Piwik::translate('Resolution_WidgetGlobalVisitors');
     $this->documentation = Piwik::translate('Resolution_WidgetGlobalVisitorsDocumentation', '<br />');
     $this->order = 7;
     $this->widgetTitle = 'Resolution_WidgetGlobalVisitors';
 }
コード例 #3
0
 protected function init()
 {
     parent::init();
     $this->dimension = new Resolution();
     $this->name = Piwik::translate('Resolution_WidgetResolutions');
     $this->documentation = '';
     // TODO
     $this->order = 0;
     $this->widgetTitle = 'Resolution_WidgetResolutions';
 }
コード例 #4
0
ファイル: GetResolution.php プロジェクト: piwik/piwik
 protected function init()
 {
     parent::init();
     $this->dimension = new Resolution();
     $this->name = Piwik::translate('Resolution_WidgetResolutions');
     $this->documentation = '';
     // TODO
     $this->order = 8;
     $this->subcategoryId = 'DevicesDetection_Devices';
 }