[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 76 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
LazyLoadingFragmentHandler:: (3 methods):
__construct()
addRendererService()
render()
Class: LazyLoadingFragmentHandler - X-Ref
Lazily loads fragment renderers from the dependency injection container.__construct(ContainerInterface $container, $requestStack = null, $debug = false) X-Ref |
RequestStack will become required in 3.0. param: ContainerInterface $container A container param: RequestStack $requestStack The Request stack that controls the lifecycle of requests param: bool $debug Whether the debug mode is enabled or not |
addRendererService($name, $renderer) X-Ref |
Adds a service as a fragment renderer. param: string $name The service name param: string $renderer The render service id |
render($uri, $renderer = 'inline', array $options = array() X-Ref |
{@inheritdoc} |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |