1002. Class

1002.1. Zend\Mvc\Router\Http\Part

RouteInterface part.

1002.1.1. Methods

1002.1.1.1. __construct

__construct()

Create a new part route.

Parameters:
  • mixed
  • bool
  • RoutePluginManager
  • array|null
Throws ExceptionInvalidArgumentException:
 

1002.1.1.2. factory

factory()

factory(): defined by RouteInterface interface.

Parameters:mixed
Throws ExceptionInvalidArgumentException:
 
Return type:Part

1002.1.1.3. match

match()

match(): defined by RouteInterface interface.

Parameters:
  • Request
  • int|null
Return type:

RouteMatch|null

1002.1.1.4. assemble

assemble()

assemble(): Defined by RouteInterface interface.

Parameters:
  • array
  • array
Return type:

mixed

Throws :

ExceptionRuntimeException

1002.1.1.5. getAssembledParams

getAssembledParams()

getAssembledParams(): defined by RouteInterface interface.

Return type:array

Project Versions

Table Of Contents

Previous topic

1001. Class

Next topic

1003. Class

This Page