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

Public Member Functions

 __construct (public TreeItem $item, public string $pathIdentifier, public int $storage, public string $resourceType,)
 
 jsonSerialize ()
 

Detailed Description

Definition at line 23 of file FileTreeItem.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Dto\Tree\FileTreeItem::__construct ( public TreeItem  $item,
public string  $pathIdentifier,
public int  $storage,
public string  $resourceType 
)

Definition at line 25 of file FileTreeItem.php.

Member Function Documentation

◆ jsonSerialize()

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

Definition at line 32 of file FileTreeItem.php.