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

Public Member Functions

 __construct (public string $label, public string $color='#ff8700', public int $priority=0,)
 
 jsonSerialize ()
 

Detailed Description

Definition at line 20 of file Label.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Dto\Tree\Label\Label::__construct ( public string  $label,
public string  $color = '#ff8700',
public int  $priority = 0 
)

Definition at line 22 of file Label.php.

Member Function Documentation

◆ jsonSerialize()

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

Definition at line 28 of file Label.php.