RicdDetails
in package
implements
BoothItemDetails
FinalYes
Details for RICD-backed booth items (stores external record ID).
Table of Contents
Interfaces
- BoothItemDetails
- Marker interface for type-specific booth item details (e.g. RicdDetails, StartupDetails).
Properties
- $ricdId : string|null
Methods
- __construct() : mixed
- __construct.
- ricdId() : string|null
- Ricd Id.
- type() : BoothItemType
- Type.
Properties
$ricdId
private
string|null
$ricdId
Methods
__construct()
__construct.
public
__construct(string|null $ricdId) : mixed
Parameters
- $ricdId : string|null
ricdId()
Ricd Id.
public
ricdId() : string|null
Return values
string|nulltype()
Type.
public
type() : BoothItemType