Class Module

Summary

Fully Qualified Name: Zend\I18n\Module

Description

Methods

Name Description Defined By
getConfig() Return zend-i18n configuration for zend-mvc application. Module
init() Register a specification for the TranslatorPluginManager with the ServiceListener. Module

Method Details

getConfig()

Return zend-i18n configuration for zend-mvc application.

Returns: array

init()

Register a specification for the TranslatorPluginManager with the ServiceListener.

Parameter Name Type Description
$moduleManager \Zend\ModuleManager\ModuleManager

Returns: void

Top