Class ModuleLoader

Summary

Fully Qualified Name: Zend\Test\Util\ModuleLoader

Description

Methods

Name Description Defined By
__construct() Load list of modules or application configuration ModuleLoader
getApplication() Get the application ModuleLoader
getModule() Get module by name ModuleLoader
getModuleManager() Get the module manager ModuleLoader
getServiceManager() Get the service manager ModuleLoader

Method Details

__construct()

Load list of modules or application configuration

Parameter Name Type Description
$configuration array

Returns:

getApplication()

Get the application

Returns: \Zend\Mvc\Application

getModule()

Get module by name

Parameter Name Type Description
$moduleName
$moduleName

Returns: mixed

getModuleManager()

Get the module manager

Returns: \Zend\ModuleManager\ModuleManager

getServiceManager()

Get the service manager

Returns: \ServiceManager

Top