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

Commit 60fa2fb

Browse files
committed
update description of ControllerManagerFactory
1 parent 491d5fb commit 60fa2fb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Service/ControllerManagerFactory.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
use Zend\ServiceManager\FactoryInterface;
1414
use Zend\ServiceManager\ServiceLocatorInterface;
1515

16+
/**
17+
* Factory class used for instantiation of ControllerManager class,
18+
* ControllerManager will be registered as 'ControllerManager' manager
19+
* and 'ControllerManager' manager can call the Controller service
20+
* via
21+
* $services->get('ControllerManager')->get('Namespace\Controller\ControllerName')
22+
*/
1623
class ControllerManagerFactory implements FactoryInterface
1724
{
1825
/**

0 commit comments

Comments
 (0)