class Email extends BaseString

Class Email

Properties

protected $value from BaseString

Methods

bool
equals(ValueObject $valueObject)

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

__construct(string $value)

BaseString constructor.

void
setValue(string $value)

No description

value()

Return the scalar value.

string
__toString()

No description

Details

in BaseScalar at line 14
bool equals(ValueObject $valueObject)

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

Parameters

ValueObject $valueObject

Return Value

bool

in BaseString at line 18
__construct(string $value)

BaseString constructor.

Parameters

string $value

at line 16
protected void setValue(string $value)

Parameters

string $value

Return Value

void

in BaseString at line 36
value()

Return the scalar value.

in BaseString at line 44
string __toString()

Return Value

string