PHP Class ZF\Apigility\Admin\Controller\VersioningControllerFactory

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

Method Details

__invoke() public method

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

createService() public method

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