Class Email An email address. Broken into two parts (id and domain) to help prevent email harvesting.
public string $id
Id half of email address (jakub.dubec)
public string $domain
Domain half of email address (gmail.com)
mixed phpGPX\Models\Email::__construct()
Email constructor.
array phpGPX\Models\Summarizable::toArray()
Serialize object to array