PHP Класс ZfcRbac\Factory\UnauthorizedStrategyFactory

Автор: Michaël Gallego ([email protected])
Наследование: implements Zend\ServiceManager\FactoryInterface
Показать файл Открыть проект Примеры использования класса

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

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

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

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

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

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

{@inheritDoc}
public createService ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator )
$serviceLocator Zend\ServiceManager\ServiceLocatorInterface