Class Placeholder

Summary

Fully Qualified Name: Zend\Router\Http\Placeholder
Implements: RouteInterface

Description

Placeholder route.

Methods

Name Description Defined By
__construct() Placeholder
assemble() assemble(): Defined by RouteInterface interface. Placeholder
factory() factory(): defined by RouteInterface interface. Placeholder
getAssembledParams() getAssembledParams(): defined by RouteInterface interface. Placeholder
match() match(): defined by RouteInterface interface. Placeholder

Method Details

__construct()

Parameter Name Type Description
$defaults

Returns: void

assemble()

assemble(): Defined by RouteInterface interface.

Parameter Name Type Description
$params array
$options array

Returns: mixed

factory()

factory(): defined by RouteInterface interface.

Parameter Name Type Description
$options array|\Traversable

Returns: \Placeholder

getAssembledParams()

getAssembledParams(): defined by RouteInterface interface.

Returns: array

match()

match(): defined by RouteInterface interface.

Parameter Name Type Description
$request \Request
$pathOffset int|null

Returns: \RouteMatch|null

Top