PHP Classes

File: docs/phpGPX-Models-Person.md

Recommend this page to a friend!
  Classes of Jakub Dubec   PHP GPX Library   docs/phpGPX-Models-Person.md   Download  
File: docs/phpGPX-Models-Person.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: 1,008 bytes
 

Contents

Class file image Download

phpGPX\Models\Person

Class Person A person or organisation

Properties

$name

public string $name

Name of person or organization.

An original GPX 1.1 attribute.

  • Visibility: public

$email

public \phpGPX\Models\Email $email

E-mail address.

An original GPX 1.1 attribute.

  • Visibility: public

$link

public \phpGPX\Models\Link $link

Link to Web site or other external information about person.

An original GPX 1.1 attribute.

  • Visibility: public

Methods

__construct

mixed phpGPX\Models\Person::__construct()

Person constructor.

  • Visibility: public

toArray

array phpGPX\Models\Summarizable::toArray()

Serialize object to array