Zend Framework  3.0
Public Member Functions | Public Attributes | Protected Attributes | List of all members
ViewHelperManagerFactory Class Reference

Public Member Functions

 __invoke (ContainerInterface $container, $requestedName, array $options=null)
 Create and return the view helper manager.
 
- Public Member Functions inherited from AbstractPluginManagerFactory
 __invoke (ContainerInterface $container, $name, array $options=null)
 Create and return a plugin manager.
 
 createService (ServiceLocatorInterface $container)
 Create and return AbstractPluginManager instance.
 

Public Attributes

const PLUGIN_MANAGER_CLASS = HelperPluginManager::class
 
- Public Attributes inherited from AbstractPluginManagerFactory
const PLUGIN_MANAGER_CLASS = 'AbstractPluginManager'
 

Protected Attributes

 $defaultHelperMapClasses
 

Member Function Documentation

__invoke ( ContainerInterface  $container,
  $requestedName,
array  $options = null 
)

Create and return the view helper manager.

Parameters
ContainerInterface$container
Returns
HelperPluginManager
Exceptions
ServiceNotCreatedException

Implements FactoryInterface.

Member Data Documentation

$defaultHelperMapClasses
protected
Initial value:
= [
]
const PLUGIN_MANAGER_CLASS = HelperPluginManager::class