interface ValueObject

Interface ValueObject

Methods

bool
equals(ValueObject $valueObject)

Compare if a ValueObject is of the same type and identical value.

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.

Parameters

ValueObject $valueObject

Return Value

bool

at line 22
value()

Return the scalar value.