FileSystem
in package
Класс FileSystem
Tags
Table of Contents
- $dir : Dir|null
- $file : File|null
- $json : Json|null
- $obj : array<string|int, mixed>
- instance() : $this
- Получить текущий объект текущего класса
- __construct() : mixed
- Конструктор класса
Properties
$dir
public
Dir|null
$dir
$file
public
File|null
$file
$json
public
Json|null
$json
$obj
protected
static array<string|int, mixed>
$obj
= []
Methods
instance()
Получить текущий объект текущего класса
public
static instance() : $this
Return values
$this —__construct()
Конструктор класса
protected
__construct() : mixed