Example #1
0
 public static function reset()
 {
     $_SESSION['_registry'] = array();
     self::$values = array();
     return true;
 }