Chords

SongXmlParserInterface

Song 1.0 XML document parser.

Table of Contents

parse()  : Song
Parses the given XML document.

Methods

parse()

Parses the given XML document.

public parse(string $xml) : Song
Parameters
$xml : string

XML string

Tags
throws
InvalidXmlException
throws
InvalidArgumentException
throws
DomainException
Return values
Song

parsed object

Search results