PHP Class Goetas\Twital\SourceAdapter\XMLAdapter

Author: Asmir Mustafic ([email protected])
Inheritance: implements Goetas\Twital\SourceAdapter
Datei anzeigen Open project: goetas/twital

Public Methods

Method Description
dump ( Template $template )
load ( $source )

Protected Methods

Method Description
collectMetadata ( DOMDocument $dom, string $source ) : mixed Collect some metadata about $dom and $source
createDom ( $source )
getXmlErrors ( $internalErrors )

Method Details

collectMetadata() protected method

Collect some metadata about $dom and $source
protected collectMetadata ( DOMDocument $dom, string $source ) : mixed
$dom DOMDocument
$source string
return mixed

createDom() protected method

protected createDom ( $source )

dump() public method

public dump ( Template $template )
$template Goetas\Twital\Template

getXmlErrors() protected method

protected getXmlErrors ( $internalErrors )

load() public method

public load ( $source )