PHP Class Zend\Mvc\Controller\Plugin\Service\ForwardFactory

Inheritance: implements Zend\ServiceManager\FactoryInterface
Show file Open project: zendframework/zend-mvc

Public Methods

Method Description
__invoke ( Interop\Container\ContainerInterface $container, $name, array $options = null ) : Forward {@inheritDoc}
createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : Forward Create and return Forward instance

Method Details

__invoke() public method

{@inheritDoc}
public __invoke ( Interop\Container\ContainerInterface $container, $name, array $options = null ) : Forward
$container Interop\Container\ContainerInterface
$options array
return Zend\Mvc\Controller\Plugin\Forward

createService() public method

For use with zend-servicemanager v2; proxies to __invoke().
public createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : Forward
$container Zend\ServiceManager\ServiceLocatorInterface
return Zend\Mvc\Controller\Plugin\Forward