Zend Framework  3.0
Public Member Functions | List of all members
HelperConfig Class Reference

Service manager configuration for form view helpers. More...

Public Member Functions

 configureServiceManager (ServiceManager $serviceManager)
 Configure the provided service manager instance with the configuration in this class.
 
 toArray ()
 Provide all configuration as an array.
 

Detailed Description

Service manager configuration for form view helpers.

Deprecated:
since 2.8.0, and scheduled for removal with v3.0.0.

Member Function Documentation

configureServiceManager ( ServiceManager  $serviceManager)

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

Adds the invokables defined in this class to the SM managing helpers.

Parameters
ServiceManager$serviceManager
Returns
ServiceManager

Implements ConfigInterface.

toArray ( )

Provide all configuration as an array.

Required by zend-servicemanager v3.

Returns
array

Implements ConfigInterface.