BookmarkGroup implements JsonSerializable
Read onlyYes
Value object representing a bookmark group.
Groups are used to organize bookmarks in the backend toolbar.
This class is a specific Backend implementation and is not considered part of the Public TYPO3 API.
Table of Contents
Interfaces
- JsonSerializable
Properties
- $editable : bool
- $id : int|string
- $label : string
- $selectable : bool
- $sorting : int
- $type : BookmarkGroupType
Methods
- __construct() : mixed
- jsonSerialize() : array<string|int, mixed>
- toArray() : array<string|int, mixed>
Properties
$editable
public
bool
$editable
= false
$id
public
int|string
$id
$label
public
string
$label
$selectable
public
bool
$selectable
= true
$sorting
public
int
$sorting
= 0
$type
public
BookmarkGroupType
$type
Methods
__construct()
public
__construct(int|string $id, string $label, BookmarkGroupType $type[, int $sorting = 0 ][, bool $editable = false ][, bool $selectable = true ]) : mixed
Parameters
- $id : int|string
- $label : string
- $type : BookmarkGroupType
- $sorting : int = 0
- $editable : bool = false
- $selectable : bool = true
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>toArray()
public
toArray() : array<string|int, mixed>