Class Catchall

Summary

Fully Qualified Name: Zend\Mvc\Console\Router\Catchall
Implements: RouteInterface

Description

Methods

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

Method Details

__construct()

Create a new simple console route.

Parameter Name Type Description
$defaults array

Returns: \Catchall

assemble()

assemble(): Defined by Route interface.

Parameter Name Type Description
$params array
$options array

Returns: mixed

factory()

factory(): defined by Route interface.

Parameter Name Type Description
$options array|\Traversable

Returns: \Simple

getAssembledParams()

getAssembledParams(): defined by Route interface.

Returns: array

match()

match(): defined by Route interface.

Parameter Name Type Description
$request \Request

Returns: \RouteMatch

Top