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

Inheritance: implements Zend\ServiceManager\FactoryInterface
Afficher le fichier Open project: zendframework/zend-mvc

Méthodes publiques

Méthode 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 méthode

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

createService() public méthode

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