platform/api/symfony/Component/HttpFoundation/RequestMatcherInterface.yaml

29 lines
516 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: RequestMatcherInterface
class_comment: null
dependencies: []
properties: []
methods:
- name: matches
visibility: public
parameters:
- name: request
comment: '# * RequestMatcherInterface is an interface for strategies to match a
Request.
# *
# * @author Fabien Potencier <fabien@symfony.com>
# */
# interface RequestMatcherInterface
# {
# /**
# * Decides whether the rule(s) implemented by the strategy matches the supplied
request.'
traits: []
interfaces: []