TopicId
in package
FinalYes
Value object representing a topic identifier.
Table of Contents
Properties
- $value : string
Methods
- __construct() : mixed
- __toString() : string
- String representation.
- equals() : bool
- Compare identifiers.
- value() : string
- Raw identifier value.
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()
Compare identifiers.
public
equals(self $other) : bool
Parameters
- $other : self
Return values
boolvalue()
Raw identifier value.
public
value() : string