Class ViewResolverFactory

Summary

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

Description

Methods

Name Description Defined By
__invoke() Create the aggregate view resolver ViewResolverFactory

Method Details

__invoke()

Create the aggregate view resolver

Creates a Zend\View\Resolver\AggregateResolver and attaches the template map resolver and path stack resolver

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

Returns: \ViewResolver\AggregateResolver

Top