PHP Class ZF\Apigility\Admin\Controller\ModuleConfigControllerFactory

Inheritance: implements Zend\ServiceManager\FactoryInterface
Show file Open project: zfcampus/zf-apigility-admin

Public Methods

Method Description
__invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : ModuleConfigController
createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : ModuleConfigController

Method Details

__invoke() public method

public __invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : ModuleConfigController
$container Interop\Container\ContainerInterface
$requestedName string
$options array
return ModuleConfigController

createService() public method

public createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : ModuleConfigController
$container Zend\ServiceManager\ServiceLocatorInterface
return ModuleConfigController