예제 #1
0
파일: Sites.php 프로젝트: kaibosh/nZEDb
 public function version()
 {
     return $this->_versions === false ? '0.0.0' : $this->_versions->getTagVersion();
 }