PHP 클래스 ZfcRbac\Factory\AuthorizationServiceDelegatorFactory

저자: Jean-Marie Leroux ([email protected])
상속: implements Zend\ServiceManager\DelegatorFactoryInterface
파일 보기 프로젝트 열기: zf-commons/zfc-rbac 1 사용 예제들

공개 메소드들

메소드 설명
__invoke ( Interop\Container\ContainerInterface $container, string $name, callable $callback, array $options = null ) : mixed
createDelegatorWithName ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator, string $name, string $requestedName, callable $callback ) : mixed

메소드 상세

__invoke() 공개 메소드

public __invoke ( Interop\Container\ContainerInterface $container, string $name, callable $callback, array $options = null ) : mixed
$container Interop\Container\ContainerInterface
$name string
$callback callable
$options array
리턴 mixed

createDelegatorWithName() 공개 메소드

public createDelegatorWithName ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator, string $name, string $requestedName, callable $callback ) : mixed
$serviceLocator Zend\ServiceManager\ServiceLocatorInterface
$name string
$requestedName string
$callback callable
리턴 mixed