44 lines
1,007 B
YAML
44 lines
1,007 B
YAML
name: AttributesRequestMatcher
|
|
class_comment: '# * Checks the Request attributes matches all regular expressions.
|
|
|
|
# *
|
|
|
|
# * @author Fabien Potencier <fabien@symfony.com>'
|
|
dependencies:
|
|
- name: Request
|
|
type: class
|
|
source: Symfony\Component\HttpFoundation\Request
|
|
- name: RequestMatcherInterface
|
|
type: class
|
|
source: Symfony\Component\HttpFoundation\RequestMatcherInterface
|
|
properties: []
|
|
methods:
|
|
- name: __construct
|
|
visibility: public
|
|
parameters:
|
|
- name: regexps
|
|
comment: '# * Checks the Request attributes matches all regular expressions.
|
|
|
|
# *
|
|
|
|
# * @author Fabien Potencier <fabien@symfony.com>
|
|
|
|
# */
|
|
|
|
# class AttributesRequestMatcher implements RequestMatcherInterface
|
|
|
|
# {
|
|
|
|
# /**
|
|
|
|
# * @param array<string, string> $regexps'
|
|
- name: matches
|
|
visibility: public
|
|
parameters:
|
|
- name: request
|
|
comment: null
|
|
traits:
|
|
- Symfony\Component\HttpFoundation\Request
|
|
- Symfony\Component\HttpFoundation\RequestMatcherInterface
|
|
interfaces:
|
|
- RequestMatcherInterface
|