PHP Класс Zend\Mvc\Controller\Plugin\Service\ForwardFactory

Наследование: implements Zend\ServiceManager\FactoryInterface
Показать файл Открыть проект

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

Метод Описание
__invoke ( Interop\Container\ContainerInterface $container, $name, array $options = null ) : Forward {@inheritDoc}
createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : Forward Create and return Forward instance

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

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

{@inheritDoc}
public __invoke ( Interop\Container\ContainerInterface $container, $name, array $options = null ) : Forward
$container Interop\Container\ContainerInterface
$options array
Результат Zend\Mvc\Controller\Plugin\Forward

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

For use with zend-servicemanager v2; proxies to __invoke().
public createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : Forward
$container Zend\ServiceManager\ServiceLocatorInterface
Результат Zend\Mvc\Controller\Plugin\Forward