[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Fragment/ -> HIncludeFragmentRenderer.php (summary)

(no description)

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

Defines 1 class

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
Constructor.

param: EngineInterface|\Twig_Environment $templating            An EngineInterface or a \Twig_Environment 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|\Twig_Environment|null $templating An EngineInterface or a \Twig_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: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1