ContactRequestId
in package
FinalYes
Value object for contact request identifiers.
Table of Contents
Properties
- $value : string
Methods
- __construct() : mixed
- __toString() : string
- String representation.
- equals() : bool
- value() : string
- Return the raw identifier.
Properties
$value
private
string
$value
Methods
__construct()
public
__construct(string $value) : mixed
Parameters
- $value : string
-
Non-empty identifier
Tags
__toString()
String representation.
public
__toString() : string
Return values
stringequals()
public
equals(ContactRequestId $other) : bool
Parameters
- $other : ContactRequestId
Return values
boolvalue()
Return the raw identifier.
public
value() : string