Method | Description | |
---|---|---|
__construct ( string $value ) | Returns an EmailAddress object given a PHP native string as parameter. | |
getDomainPart ( ) : ValueObjects\Web\Domain | Returns the domain part of the email address | |
getLocalPart ( ) : ValueObjects\StringLiteral\StringLiteral | Returns the local part of the email address |
public __construct ( string $value ) | ||
$value | string |
public getDomainPart ( ) : ValueObjects\Web\Domain | ||
return | ValueObjects\Web\Domain |
public getLocalPart ( ) : ValueObjects\StringLiteral\StringLiteral | ||
return | ValueObjects\StringLiteral\StringLiteral |