com\setasign\SetaFramework\Config\Reader

Json Class Json

File: /SetaFramework/src/Config/Reader/Json.php

Class hierarchy

Implements

Summary

Properties

$depth

protected int Json::$depth

$file

protected string Json::$file

$options

protected int Json::$options

Methods

__construct()

public Json::__construct (
string $file,
int $depth = 512,
int $options = 0
)
Parameters
$file : string
 
$depth : int
 
$options : int
 

read()

public Json::read (
void
): array
Return Values

This array should be read by Config

Exceptions

Throws \JsonException