Fully Qualified Name: | Zend\Mvc\Console\Router\Catchall |
Implements: | RouteInterface |
Name | Description | Defined By |
---|---|---|
__construct() | Create a new simple console route. | Catchall |
assemble() | assemble(): Defined by Route interface. | Catchall |
factory() | factory(): defined by Route interface. | Catchall |
getAssembledParams() | getAssembledParams(): defined by Route interface. | Catchall |
match() | match(): defined by Route interface. | Catchall |
Create a new simple console route.
Parameter Name | Type | Description |
---|---|---|
$defaults | array |
Returns: \Catchall
assemble(): Defined by Route interface.
Parameter Name | Type | Description |
---|---|---|
$params | array | |
$options | array |
Returns: mixed
factory(): defined by Route interface.
Parameter Name | Type | Description |
---|---|---|
$options | array|\Traversable |
Returns: \Simple
getAssembledParams(): defined by Route interface.
Returns: array
match(): defined by Route interface.
Parameter Name | Type | Description |
---|---|---|
$request | \Request |
Returns: \RouteMatch