PHP Interface Goetas\Twital\SourceAdapter

Author: Asmir Mustafic ([email protected])
Datei anzeigen Open project: goetas/twital Interface Usage Examples

Public Methods

Method Description
dump ( Template $dom ) : string Gets a {Template} instance and return the raw template source code.
load ( string $string ) : Template Gets the raw template source code and return a {Goetas\Twital\Template} instance.

Method Details

dump() public method

Gets a {Template} instance and return the raw template source code.
public dump ( Template $dom ) : string
$dom Template
return string

load() public method

Gets the raw template source code and return a {Goetas\Twital\Template} instance.
public load ( string $string ) : Template
$string string
return Template