Example #1
0
 /**
  * Clear out any existing memory points
  *
  * @return void
  */
 public static function clear()
 {
     self::$_points = [];
 }
 /**
  * Clear out any existing memory points
  *
  * @return void
  */
 public static function clear()
 {
     self::$_points = array();
 }