Interface RouteMatcherInterface

Summary

Fully Qualified Name: Zend\Console\RouteMatcher\RouteMatcherInterface

Description

Methods

Name Description Defined By
match() Match parameters against route passed to constructor RouteMatcherInterface

Method Details

match()

Match parameters against route passed to constructor

Parameter Name Type Description
$params array

Returns: array|null

Top