Class Module

Summary

Fully Qualified Name: Zend\Form\Module

Description

Methods

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

Method Details

getConfig()

Return zend-form configuration for zend-mvc application.

Returns: array

init()

Register a specification for the FormElementManager with the ServiceListener.

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

Returns: void

Top