PHP Classes

File: docs/phpGPX-Parsers-CopyrightParser.md

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

Contents

Class file image Download

phpGPX\Parsers\CopyrightParser

Class CopyrightParser

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

Properties

$tagName

public mixed $tagName = 'copyright'

  • Visibility: public
  • This property is static.

Methods

parse

\phpGPX\Models\Copyright|null phpGPX\Parsers\CopyrightParser::parse(\SimpleXMLElement $node)

  • Visibility: public
  • This method is static.

Arguments

  • $node SimpleXMLElement

toXML

\DOMElement phpGPX\Parsers\CopyrightParser::toXML(\phpGPX\Models\Copyright $copyright, \DOMDocument $document)

  • Visibility: public
  • This method is static.

Arguments