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

Public Member Functions

 __construct (public string $identifier, public string $parentIdentifier, public string $recordType, public string $name, public string $prefix, public string $suffix, public string $tooltip, public int $depth, public bool $hasChildren, public bool $expanded, public bool $loaded, public string $icon, public string $overlayIcon, public string $note='', public array $statusInformation=[], public array $labels=[], public bool $editable=false, public bool $deletable=false,)
 
 jsonSerialize ()
 

Detailed Description

Definition at line 26 of file TreeItem.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Dto\Tree\TreeItem::__construct ( public string  $identifier,
public string  $parentIdentifier,
public string  $recordType,
public string  $name,
public string  $prefix,
public string  $suffix,
public string  $tooltip,
public int  $depth,
public bool  $hasChildren,
public bool  $expanded,
public bool  $loaded,
public string  $icon,
public string  $overlayIcon,
public string  $note = '',
public array  $statusInformation = [],
public array  $labels = [],
public bool  $editable = false,
public bool  $deletable = false 
)
Parameters
StatusInformation[]$statusInformation
Label[]$labels

Definition at line 32 of file TreeItem.php.

Member Function Documentation

◆ jsonSerialize()

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

Definition at line 53 of file TreeItem.php.