1000. Class

1000.1. Zend\Mvc\Router\Http\Literal

Literal route.

1000.1.1. Methods

1000.1.1.1. __construct

__construct()

Create a new literal route.

Parameters:
  • string
  • array

1000.1.1.2. factory

factory()

factory(): defined by RouteInterface interface.

Parameters:array|Traversable
Throws ExceptionInvalidArgumentException:
 
Return type:Literal

1000.1.1.3. match

match()

match(): defined by RouteInterface interface.

Parameters:
  • Request
  • int|null
Return type:

RouteMatch|null

1000.1.1.4. assemble

assemble()

assemble(): Defined by RouteInterface interface.

Parameters:
  • array
  • array
Return type:

mixed

1000.1.1.5. getAssembledParams

getAssembledParams()

getAssembledParams(): defined by RouteInterface interface.

Return type:array

Project Versions

Table Of Contents

Previous topic

999. Class

Next topic

1001. Class

This Page