Esempio n. 1
0
 public static function getAttrbutesListArrayByCacheId($cacheId, $firstLetterUppercase = false)
 {
     return attribute::getAttrbutesListArrayInternal($cacheId, false, $firstLetterUppercase);
 }
Esempio n. 2
0
 static function getAttrbutesListArrayByCacheId($cacheId)
 {
     return attribute::getAttrbutesListArrayInternal($cacheId, false);
 }