Class HelperConfig

Summary

Fully Qualified Name: Zend\I18n\View\HelperConfig
Implements: ConfigInterface

Description

Service manager configuration for i18n view helpers.

Methods

Name Description Defined By
configureServiceManager() Configure the provided service manager instance with the configuration in this class. HelperConfig
toArray() Cast configuration to an array. HelperConfig

Method Details

configureServiceManager()

Configure the provided service manager instance with the configuration in this class.

Parameter Name Type Description
$serviceManager \ServiceManager

Returns: \ServiceManager

toArray()

Cast configuration to an array.

Provided for v3 compatibility

Returns: array

Top