예제 #1
0
파일: cart.php 프로젝트: jeprodev/jeproshop
 /**
  * Make sure caches are empty
  * Must be called before calling multiple time getContextualValue()
  */
 public static function cleanObjectCache()
 {
     self::$only_one_gift = array();
 }