29 lines
516 B
YAML
29 lines
516 B
YAML
|
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: []
|