31 lines
692 B
YAML
31 lines
692 B
YAML
|
name: PortRequestMatcher
|
||
|
class_comment: '# * Checks the HTTP port of a Request.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @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: port
|
||
|
comment: null
|
||
|
- name: matches
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: request
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\HttpFoundation\Request
|
||
|
- Symfony\Component\HttpFoundation\RequestMatcherInterface
|
||
|
interfaces:
|
||
|
- RequestMatcherInterface
|