PHP Класс ZfcRbac\Factory\HasRoleViewHelperFactory

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

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

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

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

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

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

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

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