| Fully Qualified Name: | Laminas\Console\RouteMatcher\DefaultRouteMatcher |
| Implements: | RouteMatcherInterface |
| Name | Description | Defined By |
|---|---|---|
| __construct() | Class constructor | DefaultRouteMatcher |
| match() | Match parameters against route passed to constructor | DefaultRouteMatcher |
Class constructor
| Parameter Name | Type | Description |
|---|---|---|
| $route | string | |
| $constraints | array | |
| $defaults | array | |
| $aliases | array | |
| $filters | array | |
| $validators | \ValidatorInterface[] |
Returns:
Match parameters against route passed to constructor
| Parameter Name | Type | Description |
|---|---|---|
| $params | array |
Returns: array|null