RouteInterface interface.

 Methods

Assemble the route.

assemble(array $params, array $options) : mixed

Parameters

$params

array

$options

array

Returns

mixed

Create a new route with given options.

factory(array | \Traversable $options) : void

Parameters

$options

array\Traversable

Match a given request.

match(\Zend\Stdlib\RequestInterface $request) : \Zend\Mvc\Router\RouteMatch | null