Class ViewTemplateMapResolverFactory

Summary

Fully Qualified Name: Zend\Mvc\Service\ViewTemplateMapResolverFactory
Implements: FactoryInterface

Description

Methods

Name Description Defined By
__invoke() Create the template map view resolver ViewTemplateMapResolverFactory

Method Details

__invoke()

Create the template map view resolver

Creates a Zend\View\Resolver\AggregateResolver and populates it with the ['view_manager']['template_map']

Parameter Name Type Description
$container \ContainerInterface
$name string
$options null|array

Returns: \ViewResolver\TemplateMapResolver

Top