PHP Класс Zend\Mvc\Service\ViewHelperManagerFactory

Наследование: extends AbstractPluginManagerFactory
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$defaultHelperMapClasses array These are *not* imported; that way they can be optional dependencies.

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

Метод Описание
__invoke ( Interop\Container\ContainerInterface $container, $requestedName, array $options = null ) : Zend\View\HelperPluginManager Create and return the view helper manager

Приватные методы

Метод Описание
createBasePathHelperFactory ( Interop\Container\ContainerInterface $services ) : callable Create and return a factory for creating a BasePath helper.
createDoctypeHelperFactory ( Interop\Container\ContainerInterface $services ) : callable Create and return a Doctype helper factory.
createUrlHelperFactory ( Interop\Container\ContainerInterface $services ) : callable Create and return a factory for creating a URL helper.
injectOverrideFactories ( Zend\View\HelperPluginManager $plugins, Interop\Container\ContainerInterface $services ) : Zend\View\HelperPluginManager Inject override factories into the plugin manager.

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

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

Create and return the view helper manager
public __invoke ( Interop\Container\ContainerInterface $container, $requestedName, array $options = null ) : Zend\View\HelperPluginManager
$container Interop\Container\ContainerInterface
$options array
Результат Zend\View\HelperPluginManager

Описание свойств

$defaultHelperMapClasses защищенное свойство

These are *not* imported; that way they can be optional dependencies.
protected array $defaultHelperMapClasses
Результат array