PHP Класс ZF\Apigility\Admin\Controller\AuthenticationControllerFactory

Наследование: implements Zend\ServiceManager\FactoryInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
__invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : AuthenticationController
createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : AuthenticationController

Описание методов

__invoke() публичный Метод

public __invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : AuthenticationController
$container Interop\Container\ContainerInterface
$requestedName string
$options array
Результат AuthenticationController

createService() публичный Метод

public createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : AuthenticationController
$container Zend\ServiceManager\ServiceLocatorInterface
Результат AuthenticationController