init() protected method

protected init ( )
Example #1
0
 protected function init()
 {
     parent::init();
     $this->dimension = new Language();
     $this->name = Piwik::translate('UserLanguage_LanguageCode');
     $this->documentation = '';
     $this->order = 11;
 }