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