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

20 lines
453 B
YAML

name: PeekableRequestRateLimiterInterface
class_comment: null
dependencies:
- name: Request
type: class
source: Symfony\Component\HttpFoundation\Request
- name: RateLimit
type: class
source: Symfony\Component\RateLimiter\RateLimit
properties: []
methods:
- name: peek
visibility: public
parameters:
- name: request
comment: null
traits:
- Symfony\Component\HttpFoundation\Request
- Symfony\Component\RateLimiter\RateLimit
interfaces: []