Documentation

RequestMatcherInterface

RequestMatcherInterface is an interface for strategies to match a Request.

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

matches()  : bool
Decides whether the rule(s) implemented by the strategy matches the supplied request.

Methods

matches()

Decides whether the rule(s) implemented by the strategy matches the supplied request.

public matches(Request $request) : bool
Parameters
$request : Request
Return values
bool

Search results