PHP Class ZF\Apigility\Admin\Controller\StrategyControllerFactory

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 ) : StrategyController
createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : StrategyController

Method Details

__invoke() public method

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

createService() public method

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