1004. Class

1004.1. Zend\Mvc\Router\Http\Regex

Regex route.

1004.1.1. Methods

1004.1.1.1. __construct

__construct()

Create a new regex route.

Parameters:
  • string
  • string
  • array

1004.1.1.2. factory

factory()

factory(): defined by RouteInterface interface.

Parameters:array|Traversable
Throws ZendMvcRouterExceptionInvalidArgumentException:
 
Return type:Regex

1004.1.1.3. match

match()

match(): defined by RouteInterface interface.

Parameters:
  • Request
  • integer
Return type:

RouteMatch

1004.1.1.4. assemble

assemble()

assemble(): Defined by RouteInterface interface.

Parameters:
  • array
  • array
Return type:

mixed

1004.1.1.5. getAssembledParams

getAssembledParams()

getAssembledParams(): defined by RouteInterface interface.

Return type:array

Project Versions

Table Of Contents

Previous topic

1003. Class

Next topic

1005. Class

This Page