|  Download phpGPX\Parsers\SegmentParserClass SegmentParser 
Class name: SegmentParser
Namespace: phpGPX\Parsers
This is an abstract class
 Properties$tagNamepublic mixed $tagName = 'trkseg'
 
Visibility: public
This property is static.
 Methodsparsearray<mixed,\phpGPX\Models\Segment> phpGPX\Parsers\SegmentParser::parse($nodes)
 
Visibility: public
This method is static.
 Arguments
$nodes mixed - <p>\SimpleXMLElement[]</p>
 toXML\DOMElement phpGPX\Parsers\SegmentParser::toXML(\phpGPX\Models\Segment $segment, \DOMDocument $document)
 
Visibility: public
This method is static.
 ArgumentstoXMLArrayarray<mixed,\DOMElement> phpGPX\Parsers\SegmentParser::toXMLArray(array $segments, \DOMDocument $document)
 
Visibility: public
This method is static.
 Arguments
$segments array
$document DOMDocument
 |