Skip to the content.

phpGPX\Models\Email

Class Email An email address. Broken into two parts (id and domain) to help prevent email harvesting.

Properties

$id

public string $id

Id half of email address (jakub.dubec)

$domain

public string $domain

Domain half of email address (gmail.com)

Methods

__construct

mixed phpGPX\Models\Email::__construct()

Email constructor.

toArray

array phpGPX\Models\Summarizable::toArray()

Serialize object to array