Class ConsoleRouteNotFoundStrategyFactory

Summary

Fully Qualified Name: Zend\Mvc\Console\Service\ConsoleRouteNotFoundStrategyFactory
Implements: FactoryInterface

Description

Methods

Name Description Defined By
__invoke() ConsoleRouteNotFoundStrategyFactory
createService() Create and return RouteNotFoundStrategy instance ConsoleRouteNotFoundStrategyFactory

Method Details

__invoke()

Parameter Name Type Description
$container \ContainerInterface
$name string
$options null|array

Returns: \RouteNotFoundStrategy

createService()

Create and return RouteNotFoundStrategy instance

Parameter Name Type Description
$container \ServiceLocatorInterface

Returns: \RouteNotFoundStrategy

Top