Class ViewPrefixPathStackResolverFactory

Summary

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

Description

Methods

Name Description Defined By
__invoke() Create the template prefix view resolver ViewPrefixPathStackResolverFactory

Method Details

__invoke()

Create the template prefix view resolver

Creates a Zend\View\Resolver\PrefixPathStackResolver and populates it with the ['view_manager']['prefix_template_path_stack']

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

Returns: \PrefixPathStackResolver

Top