Class ViewHelperManagerDelegatorFactory

Summary

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

Description

Inject the laminas-view HelperManager with laminas-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: \Laminas\View\HelperPluginManager

createDelegatorWithName()

{@inheritDoc}

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

Returns: \Laminas\View\HelperPluginManager

Top