PHP Classes

File: docs/phpGPX-Parsers-PersonParser.md

Recommend this page to a friend!
  Classes of Jakub Dubec   PHP GPX Library   docs/phpGPX-Parsers-PersonParser.md   Download  
File: docs/phpGPX-Parsers-PersonParser.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: 800 bytes
 

Contents

Class file image Download

phpGPX\Parsers\PersonParser

Class PersonParser

  • Class name: PersonParser
  • Namespace: phpGPX\Parsers
  • This is an abstract class

Properties

$tagName

public mixed $tagName = 'author'

  • Visibility: public
  • This property is static.

Methods

parse

\phpGPX\Models\Person phpGPX\Parsers\PersonParser::parse(\SimpleXMLElement $node)

  • Visibility: public
  • This method is static.

Arguments

  • $node SimpleXMLElement

toXML

mixed phpGPX\Parsers\PersonParser::toXML(\phpGPX\Models\Person $person, \DOMDocument $document)

  • Visibility: public
  • This method is static.

Arguments