Beispiel #1
0
 public static function getPriceName($price_type)
 {
     if (!isset(self::$_price_arr)) {
         self::$_price_arr = self::getPriceArray(NULL, true);
     }
     return self::$_price_arr[$price_type];
 }