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