Fully Qualified Name: | Laminas\Router\Http\Scheme |
Implements: | RouteInterface |
Scheme route.
Name | Description | Defined By |
---|---|---|
__construct() | Create a new scheme route. | Scheme |
assemble() | assemble(): Defined by RouteInterface interface. | Scheme |
factory() | factory(): defined by RouteInterface interface. | Scheme |
getAssembledParams() | getAssembledParams(): defined by RouteInterface interface. | Scheme |
match() | match(): defined by RouteInterface interface. | Scheme |
Create a new scheme route.
Parameter Name | Type | Description |
---|---|---|
$scheme | 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: \Scheme
getAssembledParams(): defined by RouteInterface interface.
Returns: array
match(): defined by RouteInterface interface.
Parameter Name | Type | Description |
---|---|---|
$request | \Request |
Returns: \RouteMatch|null