[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 169 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
HIncludeFragmentRenderer:: (6 methods):
__construct()
setTemplating()
hasTemplating()
render()
templateExists()
getName()
Class: HIncludeFragmentRenderer - X-Ref
Implements the Hinclude rendering strategy.__construct($templating = null, UriSigner $signer = null, $globalDefaultTemplate = null, $charset = 'utf-8') X-Ref |
param: EngineInterface|Environment $templating An EngineInterface or a Twig instance param: UriSigner $signer A UriSigner instance param: string $globalDefaultTemplate The global default content (it can be a template name or the content) param: string $charset |
setTemplating($templating) X-Ref |
Sets the templating engine to use to render the default content. param: EngineInterface|Environment|null $templating An EngineInterface or an Environment instance |
hasTemplating() X-Ref |
Checks if a templating engine has been set. return: bool true if the templating engine has been set, false otherwise |
render($uri, Request $request, array $options = array() X-Ref |
{@inheritdoc} Additional available options: * default: The default content (it can be a template name or the content) * id: An optional hx:include tag id attribute * attributes: An optional array of hx:include tag attributes |
templateExists($template) X-Ref |
param: string $template return: bool |
getName() X-Ref |
{@inheritdoc} |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |