Interface InitProviderInterface

Summary

Fully Qualified Name: Zend\ModuleManager\Feature\InitProviderInterface

Description

Methods

Name Description Defined By
init() Initialize workflow InitProviderInterface

Method Details

init()

Initialize workflow

Parameter Name Type Description
$manager \ModuleManagerInterface

Returns: void

Top