示例#1
0
 private function getLanguages()
 {
     if ($this->_langs === null) {
         $this->_langs = Lang::getQuery();
     }
     return $this->_langs;
 }
示例#2
0
 public function getLangs()
 {
     if ($this->_langs === null) {
         $this->_langs = Lang::getQuery();
     }
     return $this->_langs;
 }