| 1 | <?php |
||
| 8 | class JsonLoader { |
||
| 9 | |||
| 10 | /** |
||
| 11 | * @var mixed |
||
| 12 | */ |
||
| 13 | private $data; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @param string $path |
||
| 17 | * @throws InvalidJsonException |
||
| 18 | * @throws NotReadableException |
||
| 19 | * @internal |
||
| 20 | */ |
||
| 21 | 3 | public function __construct($path) |
|
| 31 | |||
| 32 | /** |
||
| 33 | * @internal |
||
| 34 | * @return mixed |
||
| 35 | */ |
||
| 36 | 1 | public function getData() |
|
| 40 | |||
| 41 | } |
||
| 42 |