[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 100 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
EsiFragmentRenderer:: (4 methods):
__construct()
render()
getName()
generateSignedFragmentUri()
Class: EsiFragmentRenderer - X-Ref
Implements the ESI rendering strategy.__construct(Esi $esi, FragmentRendererInterface $inlineStrategy, UriSigner $signer = null) X-Ref |
Constructor. The "fallback" strategy when ESI is not available should always be an instance of InlineFragmentRenderer. param: Esi $esi An Esi instance param: FragmentRendererInterface $inlineStrategy The inline strategy to use when ESI is not supported param: UriSigner $signer |
render($uri, Request $request, array $options = array() X-Ref |
{@inheritdoc} Note that if the current Request has no ESI capability, this method falls back to use the inline rendering strategy. Additional available options: * alt: an alternative URI to render in case of an error * comment: a comment to add when returning an esi:include tag |
getName() X-Ref |
{@inheritdoc} |
generateSignedFragmentUri($uri, Request $request) X-Ref |
No description |
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |