StartupIdeaDetails
in package
implements
BoothItemDetails
FinalYes
Details for startup idea booth items.
Table of Contents
Interfaces
- BoothItemDetails
- Marker interface for type-specific booth item details (e.g. RicdDetails, StartupDetails).
Properties
- $maturityLevel : string|null
- $teamSize : int|null
Methods
- __construct() : mixed
- __construct.
- maturityLevel() : string|null
- Maturity Level.
- teamSize() : int|null
- Team Size.
- type() : BoothItemType
- Type.
Properties
$maturityLevel
private
string|null
$maturityLevel
$teamSize
private
int|null
$teamSize
Methods
__construct()
__construct.
public
__construct(string|null $maturityLevel, int|null $teamSize) : mixed
Parameters
- $maturityLevel : string|null
- $teamSize : int|null
maturityLevel()
Maturity Level.
public
maturityLevel() : string|null
Return values
string|nullteamSize()
Team Size.
public
teamSize() : int|null
Return values
int|nulltype()
Type.
public
type() : BoothItemType