PHP 클래스 ZfcRbac\Factory\IsGrantedViewHelperFactory
파일 보기
프로젝트 열기: zf-commons/zfc-rbac
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
__invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : IsGranted |
|
|
createService ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator ) : IsGranted |
{@inheritDoc} |
|
메소드 상세
public __invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : IsGranted |
$container |
Interop\Container\ContainerInterface |
|
$requestedName |
string |
|
$options |
array |
|
리턴 |
ZfcRbac\View\Helper\IsGranted |
|
public createService ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator ) : IsGranted |
$serviceLocator |
Zend\ServiceManager\ServiceLocatorInterface |
|
리턴 |
ZfcRbac\View\Helper\IsGranted |
|