Fully Qualified Name: | Laminas\Router\Http\Wildcard |
Implements: | RouteInterface |
Wildcard route.
Name | Description | Defined By |
---|---|---|
__construct() | Create a new wildcard route. | Wildcard |
assemble() | assemble(): Defined by RouteInterface interface. | Wildcard |
factory() | factory(): defined by RouteInterface interface. | Wildcard |
getAssembledParams() | getAssembledParams(): defined by RouteInterface interface. | Wildcard |
match() | match(): defined by RouteInterface interface. | Wildcard |
Create a new wildcard route.
Parameter Name | Type | Description |
---|---|---|
$keyValueDelimiter | string | |
$paramDelimiter | string | |
$defaults | array |
Returns:
assemble(): Defined by RouteInterface interface.
Parameter Name | Type | Description |
---|---|---|
$params | array | |
$options | array |
Returns: mixed
factory(): defined by RouteInterface interface.
Parameter Name | Type | Description |
---|---|---|
$options | array|\Traversable |
Returns: \Wildcard
getAssembledParams(): defined by RouteInterface interface.
Returns: array
match(): defined by RouteInterface interface.
Parameter Name | Type | Description |
---|---|---|
$request | \Request | |
$pathOffset | int|null |
Returns: \RouteMatch|null