Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Util/ModuleLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ class ModuleLoader

/**
* Load list of modules or application configuration
* @param array $modules
*
* @param array $configuration
*/
public function __construct(array $configuration)
{
Expand Down Expand Up @@ -50,6 +51,7 @@ public function __construct(array $configuration)

/**
* Get the application
*
* @return Zend\Mvc\Application
*/
public function getApplication()
Expand All @@ -59,6 +61,7 @@ public function getApplication()

/**
* Get the module manager
*
* @return Zend\ModuleManager\ModuleManager
*/
public function getModuleManager()
Expand All @@ -68,6 +71,7 @@ public function getModuleManager()

/**
* Get module
*
* @return mixed
*/
public function getModule($moduleName)
Expand All @@ -77,6 +81,7 @@ public function getModule($moduleName)

/**
* Get the service manager
*
* @var ServiceManager
*/
public function getServiceManager()
Expand Down

0 comments on commit 94f6ce2

Please sign in to comment.