예제 #1
0
파일: db_lib.php 프로젝트: nchopra/C4G-BLIS
 public function getName()
 {
     global $CATALOG_TRANSLATION;
     if ($CATALOG_TRANSLATION === true) {
         return LangUtil::getMeasureName($this->measureId);
     } else {
         return $this->name;
     }
 }