Zend Framework  3.0
Public Member Functions | List of all members
HttpRouteNotFoundStrategyFactory Class Reference

Public Member Functions

 __invoke (ContainerInterface $container, $name, array $options=null)
 
 createService (ServiceLocatorInterface $container)
 Create and return RouteNotFoundStrategy instance.
 

Member Function Documentation

__invoke ( ContainerInterface  $container,
  $name,
array  $options = null 
)
Parameters
ContainerInterface$container
string$name
null | array$options
Returns
RouteNotFoundStrategy

Implements FactoryInterface.

createService ( ServiceLocatorInterface  $container)

Create and return RouteNotFoundStrategy instance.

For use with zend-servicemanager v2; proxies to __invoke().

Parameters
ServiceLocatorInterface$container
Returns
RouteNotFoundStrategy

Implements FactoryInterface.