예제 #1
0
파일: Model.php 프로젝트: rocksolid-tn/luya
 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;
 }