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

Public Member Functions

 __construct (public TreeItem $item, public int $doktype, public string $nameSourceField, public int $workspaceId, public bool $locked, public bool $stopPageTree, public int $mountPoint,)
 
 jsonSerialize ()
 

Detailed Description

Definition at line 23 of file PageTreeItem.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Dto\Tree\PageTreeItem::__construct ( public TreeItem  $item,
public int  $doktype,
public string  $nameSourceField,
public int  $workspaceId,
public bool  $locked,
public bool  $stopPageTree,
public int  $mountPoint 
)

Definition at line 25 of file PageTreeItem.php.

Member Function Documentation

◆ jsonSerialize()

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

Definition at line 35 of file PageTreeItem.php.