1001. Class

1001.1. Zend\Mvc\Router\Http\Method

Method route.

1001.1.1. Methods

1001.1.1.1. __construct

__construct()

Create a new method route.

Parameters:
  • string
  • array

1001.1.1.2. factory

factory()

factory(): defined by RouteInterface interface.

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

1001.1.1.3. match

match()

match(): defined by RouteInterface interface.

Parameters:Request
Return type:RouteMatch|null

1001.1.1.4. assemble

assemble()

assemble(): Defined by RouteInterface interface.

Parameters:
  • array
  • array
Return type:

mixed

1001.1.1.5. getAssembledParams

getAssembledParams()

getAssembledParams(): defined by RouteInterface interface.

Return type:array

Project Versions

Table Of Contents

Previous topic

1000. Class

Next topic

1002. Class

This Page