SelectTreeItem implements JsonSerializable
Read onlyYes
FinalYes
Table of Contents
Interfaces
- JsonSerializable
Properties
- $checked : bool
- $item : TreeItem
- $selectable : bool
Methods
- __construct() : mixed
- jsonSerialize() : array<string|int, mixed>
Properties
$checked
public
bool
$checked
$item
public
TreeItem
$item
$selectable
public
bool
$selectable
Methods
__construct()
public
__construct(TreeItem $item, bool $checked, bool $selectable) : mixed
Parameters
- $item : TreeItem
- $checked : bool
- $selectable : bool
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>