1009. Class

1009.1. Zend\Mvc\Router\Http\RouteMatch

Part route match.

1009.1.1. Methods

1009.1.1.1. __construct

__construct()

Create a part RouteMatch with given parameters and length.

Parameters:
  • array
  • integer

1009.1.1.2. setMatchedRouteName

setMatchedRouteName()

setMatchedRouteName(): defined by BaseRouteMatch.

Parameters:string
Return type:RouteMatch

1009.1.1.3. merge

merge()

Merge parameters from another match.

Parameters:RouteMatch
Return type:RouteMatch

1009.1.1.4. getLength

getLength()

Get the matched path length.

Return type:integer

Project Versions

Table Of Contents

Previous topic

1008. Function

Next topic

1010. Class

This Page