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