[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/vendor/twig/twig/lib/Twig/ -> TemplateInterface.php (summary)

(no description)

File Size: 48 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Twig_TemplateInterface:: (3 methods):
  render()
  display()
  getEnvironment()


Interface: Twig_TemplateInterface  - X-Ref

Interface implemented by all compiled templates.

render(array $context)   X-Ref
Renders the template with the given context and returns it as string.

param: array $context An array of parameters to pass to the template
return: string The rendered template

display(array $context, array $blocks = array()   X-Ref
Displays the template with the given context.

param: array $context An array of parameters to pass to the template
param: array $blocks  An array of blocks to pass to the template

getEnvironment()   X-Ref
Returns the bound environment for this template.

return: Twig_Environment The current environment



Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1