Exemple #1
0
 public function getName()
 {
     global $CATALOG_TRANSLATION;
     if ($CATALOG_TRANSLATION === true) {
         return LangUtil::getMeasureName($this->measureId);
     } else {
         return $this->name;
     }
 }