Class ViewHelperManagerFactory

Summary

Fully Qualified Name: Zend\Mvc\Service\ViewHelperManagerFactory
Extends: AbstractPluginManagerFactory

Description

Methods

Name Description Defined By
__invoke() Create and return the view helper manager ViewHelperManagerFactory

Method Details

__invoke()

Create and return the view helper manager

Parameter Name Type Description
$container \ContainerInterface
$requestedName
$options

Returns: \HelperPluginManager

Top