platform/api/symfony/Component/HttpFoundation/ChainRequestMatcher.yaml
2024-09-02 10:44:11 -07:00

38 lines
759 B
YAML

name: ChainRequestMatcher
class_comment: '# * ChainRequestMatcher verifies that all checks match against a Request
instance.
# *
# * @author Fabien Potencier <fabien@symfony.com>'
dependencies: []
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: matchers
comment: '# * ChainRequestMatcher verifies that all checks match against a Request
instance.
# *
# * @author Fabien Potencier <fabien@symfony.com>
# */
# class ChainRequestMatcher implements RequestMatcherInterface
# {
# /**
# * @param iterable<RequestMatcherInterface> $matchers'
- name: matches
visibility: public
parameters:
- name: request
comment: null
traits: []
interfaces:
- RequestMatcherInterface