Пример #1
0
 public static function has($key)
 {
     self::$json = json_decode(Env::v('json'));
     return isset(self::$json->{$key});
 }