PHP Class Goetas\Twital\SourceAdapter\HTML5Adapter

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

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 $content

Private Methods

Method Description
getHtml5 ( )

Method Details

collectMetadata() protected method

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

dump() public method

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

load() public method

public load ( $source )