class RendererService in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/Tests/DependencyInjection/FragmentRendererPassTest.php \Symfony\Component\HttpKernel\Tests\DependencyInjection\RendererService
Hierarchy
- class \Symfony\Component\HttpKernel\Tests\DependencyInjection\RendererService implements FragmentRendererInterface
Expanded class hierarchy of RendererService
File
- vendor/
symfony/ http-kernel/ Tests/ DependencyInjection/ FragmentRendererPassTest.php, line 150
Namespace
Symfony\Component\HttpKernel\Tests\DependencyInjectionView source
class RendererService implements FragmentRendererInterface {
public function render($uri, Request $request = null, array $options = array()) {
}
public function getName() {
return 'test';
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
RendererService:: |
public | function |
Gets the name of the strategy. Overrides FragmentRendererInterface:: |
|
RendererService:: |
public | function |
Renders a URI and returns the Response content. Overrides FragmentRendererInterface:: |