FileTreeItem implements JsonSerializable
Read onlyYes
FinalYes
Table of Contents
Interfaces
- JsonSerializable
Properties
- $item : TreeItem
- $pathIdentifier : string
- $resourceType : string
- $storage : int
Methods
- __construct() : mixed
- jsonSerialize() : array<string|int, mixed>
Properties
$item
public
TreeItem
$item
$pathIdentifier
public
string
$pathIdentifier
$resourceType
public
string
$resourceType
$storage
public
int
$storage
Methods
__construct()
public
__construct(TreeItem $item, string $pathIdentifier, int $storage, string $resourceType) : mixed
Parameters
- $item : TreeItem
- $pathIdentifier : string
- $storage : int
- $resourceType : string
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>