class Email extends BaseString
Class Email
Properties
protected | $value | from BaseString |
Methods
bool
from BaseScalar
void
setValue(string $value)
No description
Details
in BaseScalar at line 14
bool
equals(ValueObject $valueObject)
Compare if a ValueObject is of the same type and identical value.
in BaseString at line 18
__construct(string $value)
BaseString constructor.
at line 16
protected void
setValue(string $value)
in BaseString at line 36
value()
Return the scalar value.