PHP Classes

File: docs/phpGPX-Parsers-BoundsParser.md

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

Contents

Class file image Download

phpGPX\Parsers\BoundsParser

Class BoundsParser

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

Properties

$tagName

private mixed $tagName = 'bounds'

  • Visibility: private
  • This property is static.

Methods

parse

\phpGPX\Models\Bounds|null phpGPX\Parsers\BoundsParser::parse(\SimpleXMLElement $node)

Parse data from XML.

  • Visibility: public
  • This method is static.

Arguments

  • $node SimpleXMLElement

toXML

\DOMElement phpGPX\Parsers\BoundsParser::toXML(\phpGPX\Models\Bounds $bounds, \DOMDocument $document)

Create XML representation.

  • Visibility: public
  • This method is static.

Arguments