ValueObject
interface ValueObject
Interface ValueObject
Methods
bool
value()
Return the scalar value.
Details
at line 17
bool
equals(ValueObject $valueObject)
Compare if a ValueObject is of the same type and identical value.
at line 22
value()
Return the scalar value.