This interface describes a view template.
get(string $name) : mixed
string
The name of the value to retrieve.
mixed
getData() : array
array
The data arrayoutput() : void
parse() : string
string
The template markupset(string $name, mixed $value) : \ContaoCommunityAlliance\DcGeneral\View\ViewTemplateInterface
string
Name of the value.
mixed
The value to add to the template.
setData(array $data) : \ContaoCommunityAlliance\DcGeneral\View\ViewTemplateInterface
array
The data array.