PreselectedItem
implements
JsonSerializable
Table of Contents
Interfaces
- JsonSerializable
Methods
-
__construct()
: mixed
-
getEntityId()
: string
-
getId()
: mixed
-
getItem()
: Item|null
-
isLoaded()
: mixed
-
jsonSerialize()
: mixed
-
setItem()
: mixed
__construct()
public
__construct(array<string|int, mixed> $options) : mixed
Parameters
-
$options
: array<string|int, mixed>
-
getEntityId()
public
getEntityId() : string
getId()
public
getId() : mixed
getItem()
public
getItem() : Item|null
isLoaded()
public
isLoaded() : mixed
jsonSerialize()
public
jsonSerialize() : mixed
setItem()
public
setItem(Item $item) : mixed
Parameters
-
$item
: Item
-