Documentation

ITemplater

Table of Contents

Constants

KIND_BLADE  = 'blade'
KIND_MUSTACHE  = 'mustache'
KIND_SMARTY  = 'smarty'
KIND_TWIG  = 'twig'
KIND_VOLT  = 'volt'

Methods

assign()  : void
display()  : void
fetch()  : string
getTemplate()  : string|null
setLayout()  : mixed
setLayoutDirectives()  : mixed
setTemplate()  : mixed

Constants

Methods

assign()

public assign(string $name, mixed $val) : void
Parameters
$name : string
$val : mixed

fetch()

public fetch([ $template = null ]) : string
Parameters
$template : = null
Return values
string

setLayoutDirectives()

public setLayoutDirectives(array<string|int, mixed> $directives) : mixed
Parameters
$directives : array<string|int, mixed>

setTemplate()

public setTemplate(string $template) : mixed
Parameters
$template : string

        
On this page

Search results