PHP Classes

File: docs/phpGPX-Models-Email.md

Recommend this page to a friend!
  Classes of Jakub Dubec   PHP GPX Library   docs/phpGPX-Models-Email.md   Download  
File: docs/phpGPX-Models-Email.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHP GPX Library
Parser and generator of GPS Exchange files
Author: By
Last change:
Date: 7 years ago
Size: 854 bytes
 

Contents

Class file image Download

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)

  • Visibility: public

$domain

public string $domain

Domain half of email address (gmail.com)

  • Visibility: public

Methods

__construct

mixed phpGPX\Models\Email::__construct()

Email constructor.

  • Visibility: public

toArray

array phpGPX\Models\Summarizable::toArray()

Serialize object to array