WebVIEP Plugin

BoothId
in package

FinalYes

Value object representing a booth identifier.

Table of Contents

Properties

$value  : int

Methods

__construct()  : mixed
__toString()  : string
String representation.
equals()  : bool
Compare with another BoothId.
value()  : int
Numeric value of the identifier.

Properties

Methods

__construct()

public __construct(int $value) : mixed
Parameters
$value : int

Positive identifier

Tags
throws
InvalidArgumentException

__toString()

String representation.

public __toString() : string
Return values
string

equals()

Compare with another BoothId.

public equals(BoothId $other) : bool
Parameters
$other : BoothId
Return values
bool

value()

Numeric value of the identifier.

public value() : int
Return values
int

        
On this page

Search results