Class ViewHelperManagerDelegatorFactory

Summary

Fully Qualified Name: Zend\Navigation\View\ViewHelperManagerDelegatorFactory
Implements: DelegatorFactoryInterface

Description

Inject the zend-view HelperManager with zend-navigation view helper configuration.

This approach is used for backwards compatibility. The HelperConfig class performs work to ensure that the navigation helper and all its sub-helpers are injected with the view helper manager and application container.

Methods

Name Description Defined By
__invoke() {@inheritDoc} ViewHelperManagerDelegatorFactory
createDelegatorWithName() {@inheritDoc} ViewHelperManagerDelegatorFactory

Method Details

__invoke()

{@inheritDoc}

Parameter Name Type Description
$container
$name
$callback
$options

Returns: \Zend\View\HelperPluginManager

createDelegatorWithName()

{@inheritDoc}

Parameter Name Type Description
$container
$name
$requestedName
$callback

Returns: \Zend\View\HelperPluginManager

Top