Skip to the content.

phpGPX\Parsers\BoundsParser

Class BoundsParser

Properties

$tagName

private mixed $tagName = 'bounds'

Methods

parse

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

Parse data from XML.

Arguments

toXML

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

Create XML representation.

Arguments