PHP Class ZF\Apigility\Admin\Controller\AuthorizationControllerFactory

Inheritance: implements Zend\ServiceManager\FactoryInterface
Afficher le fichier Open project: zfcampus/zf-apigility-admin

Méthodes publiques

Méthode Description
__invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : AuthorizationController
createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : AuthorizationController

Method Details

__invoke() public méthode

public __invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : AuthorizationController
$container Interop\Container\ContainerInterface
$requestedName string
$options array
Résultat AuthorizationController

createService() public méthode

public createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : AuthorizationController
$container Zend\ServiceManager\ServiceLocatorInterface
Résultat AuthorizationController