Class ViewTemplatePathStackFactory

Summary

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

Description

Methods

Name Description Defined By
__invoke() Create the template path stack view resolver ViewTemplatePathStackFactory

Method Details

__invoke()

Create the template path stack view resolver

Creates a Zend\View\Resolver\TemplatePathStack and populates it with the ['view_manager']['template_path_stack'] and sets the default suffix with the ['view_manager']['default_template_suffix']

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

Returns: \ViewResolver\TemplatePathStack

Top