1003. Class

1003.1. Zend\Mvc\Router\Http\Query

Query route.

1003.1.1. Methods

1003.1.1.1. __construct

__construct()

Create a new wildcard route.

Parameters:array

1003.1.1.2. factory

factory()

factory(): defined by RouteInterface interface.

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

1003.1.1.3. match

match()

match(): defined by RouteInterface interface.

Parameters:
  • Request
  • int|null
Return type:

RouteMatch

1003.1.1.4. recursiveUrldecode

recursiveUrldecode()

Recursively urldecodes keys and values from an array

Parameters:array
Return type:array

1003.1.1.5. assemble

assemble()

assemble(): Defined by RouteInterface interface.

Parameters:
  • array
  • array
Return type:

mixed

1003.1.1.6. getAssembledParams

getAssembledParams()

getAssembledParams(): defined by RouteInterface interface.

Return type:array

Project Versions

Table Of Contents

Previous topic

1002. Class

Next topic

1004. Class

This Page