292. Class

292.1. Zend\Mvc\Router\Console\RouteMatch

Part route match.

292.1.1. Methods

292.1.1.1. __construct

__construct()

Create a part RouteMatch with given parameters and length.

Parameters:
  • array
  • integer

292.1.1.2. setMatchedRouteName

setMatchedRouteName()

setMatchedRouteName(): defined by BaseRouteMatch.

Parameters:string
Return type:self

292.1.1.3. merge

merge()

Merge parameters from another match.

Parameters:RouteMatch
Return type:RouteMatch

292.1.1.4. getLength

getLength()

Get the matched path length.

Return type:integer

Project Versions

Table Of Contents

Previous topic

291. Function

Next topic

293. Class

This Page