‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Dto\Tree\SelectTreeItem Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Dto\Tree\SelectTreeItem:

Public Member Functions

 __construct (public TreeItem $item, public bool $checked, public bool $selectable,)
 
 jsonSerialize ()
 

Detailed Description

Definition at line 23 of file SelectTreeItem.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Dto\Tree\SelectTreeItem::__construct ( public TreeItem  $item,
public bool  $checked,
public bool  $selectable 
)

Definition at line 25 of file SelectTreeItem.php.

Member Function Documentation

◆ jsonSerialize()

TYPO3\CMS\Backend\Dto\Tree\SelectTreeItem::jsonSerialize ( )

Definition at line 31 of file SelectTreeItem.php.