示例#1
0
 protected function load()
 {
     if (parent::load()) {
         $this->mLanguageList = $this->listLanguages();
         $this->autoSetLanguage();
     }
 }