PHP Класс ZfcRbac\Factory\IsGrantedViewHelperFactory

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

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

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

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

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

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

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

{@inheritDoc}
public createService ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator ) : IsGranted
$serviceLocator Zend\ServiceManager\ServiceLocatorInterface
Результат ZfcRbac\View\Helper\IsGranted