RequestMatcherInterface

interface RequestMatcherInterface

RequestMatcherInterface is an interface for strategies to match a Request.

Methods

bool matches(Request $request)

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

Details

bool matches(Request $request)

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

Parameters

Request $request The request to check for a match

Return Value

bool true if the request matches, false otherwise
doc_Symfony
2016-10-28 06:29:52
Comments
Leave a Comment

Please login to continue.