[ Index ]

PHP Cross Reference of phpBB-3.3.11-deutsch

title

Body

[close]

/vendor/symfony/http-kernel/DependencyInjection/ -> LazyLoadingFragmentHandler.php (summary)

(no description)

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

Defines 1 class

LazyLoadingFragmentHandler:: (3 methods):
  __construct()
  addRendererService()
  render()


Class: LazyLoadingFragmentHandler  - X-Ref

Lazily loads fragment renderers from the dependency injection container.

__construct(ContainerInterface $container, RequestStack $requestStack, $debug = false)   X-Ref

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 = [])   X-Ref
{@inheritdoc}




Generated: Sat Nov 4 14:26:03 2023 Cross-referenced by PHPXref 0.7.1