WebVIEP Plugin

BoothItemType
in package

FinalYes

Value object representing the type/category of a booth item.

Table of Contents

Constants

CHALLENGE  = 'challenge'
GENERIC  = 'generic'
RICD  = 'ricd'
STARTUP  = 'startup'

Properties

$value  : string

Methods

challenge()  : self
Challenge.
fromString()  : self
generic()  : self
Generic.
isChallenge()  : bool
Is Challenge.
isRicd()  : bool
Is Ricd.
isStartup()  : bool
Is Startup.
isValid()  : bool
ricd()  : self
Ricd.
startup()  : self
Startup.
value()  : string
__construct()  : mixed

Constants

Properties

Methods

challenge()

Challenge.

public static challenge() : self
Return values
self

fromString()

public static fromString(string $value) : self
Parameters
$value : string
Return values
self

generic()

Generic.

public static generic() : self
Return values
self

isChallenge()

Is Challenge.

public isChallenge() : bool
Return values
bool

isRicd()

Is Ricd.

public isRicd() : bool
Return values
bool

isStartup()

Is Startup.

public isStartup() : bool
Return values
bool

isValid()

public static isValid(string $value) : bool
Parameters
$value : string
Return values
bool

startup()

Startup.

public static startup() : self
Return values
self

__construct()

private __construct(string $value) : mixed
Parameters
$value : string

BoothItemType::* constant

Tags
throws
InvalidArgumentException

        
On this page

Search results