PHP Class ZfcRbac\Factory\RedirectStrategyFactory

Author: Michaël Gallego ([email protected])
Inheritance: implements Zend\ServiceManager\FactoryInterface
ファイルを表示 Open project: zf-commons/zfc-rbac Class Usage Examples

Public Methods

Method Description
__invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : RedirectStrategy
createService ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator ) {@inheritDoc}

Method Details

__invoke() public method

public __invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : RedirectStrategy
$container Interop\Container\ContainerInterface
$requestedName string
$options array
return ZfcRbac\View\Strategy\RedirectStrategy

createService() public method

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