PHP Classes

File: docs/phpGPX-Parsers-ExtensionParser.md

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

Contents

Class file image Download

phpGPX\Parsers\ExtensionParser

Class ExtensionParser

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

Properties

$tagName

public mixed $tagName = 'extensions'

  • Visibility: public
  • This property is static.

$usedNamespaces

public mixed $usedNamespaces = array()

  • Visibility: public
  • This property is static.

Methods

parse

\phpGPX\Models\Extensions phpGPX\Parsers\ExtensionParser::parse(\SimpleXMLElement $nodes)

  • Visibility: public
  • This method is static.

Arguments

  • $nodes SimpleXMLElement

toXML

\DOMElement|null phpGPX\Parsers\ExtensionParser::toXML(\phpGPX\Models\Extensions $extensions, \DOMDocument $document)

  • Visibility: public
  • This method is static.

Arguments