Esempio n. 1
0
 public static function delete($path)
 {
     return Arrays::delete($path, $_SESSION);
 }
Esempio n. 2
0
 public static function delete($path)
 {
     Arrays::delete($path, self::$config);
 }