Literal route.
 Methods
Create a new literal route.
__construct(string $route, array $defaults) 
Parameters
$route
string
$defaults
array
  
assemble(): Defined by RouteInterface interface.
assemble(array $params, array $options) : mixed
| see | \Zend\Mvc\Router\RouteInterface::assemble() | 
Parameters
$params
array
$options
array
Returns
mixed
  
factory(): defined by RouteInterface interface.
factory(array | \Traversable $options) : \Zend\Mvc\Router\Http\Literal
| see | \Zend\Mvc\Router\RouteInterface::factory() | 
Parameters
$options
array\Traversable
Exceptions
Returns
  
getAssembledParams(): defined by RouteInterface interface.
getAssembledParams() : array
| see | \Zend\Mvc\Router\Http\RouteInterface::getAssembledParams | 
Returns
array
  
match(): defined by RouteInterface interface.
match(\Zend\Stdlib\RequestInterface $request, integer | null $pathOffset) : \Zend\Mvc\Router\Http\RouteMatch | null
| see | \Zend\Mvc\Router\RouteInterface::match() | 
Parameters
$pathOffset
integernull
Returns
  
 Properties
 
Default values.
$defaults : array
 
 
RouteInterface to match.
$route : string