예제 #1
0
파일: Category.php 프로젝트: saiber/www
 public function getValueByLang($fieldName, $langCode = null, $returnDefaultIfEmpty = true)
 {
     return MultiLingualObject::getValueByLang($fieldName, $langCode, $returnDefaultIfEmpty);
 }