api/symfony/Bundle/SecurityBundle/Security/FirewallAwareTrait.yaml

20 lines
442 B
YAML
Raw Permalink Normal View History

2024-09-26 09:03:21 +00:00
name: FirewallAwareTrait
class_comment: null
dependencies:
- name: ContainerInterface
type: class
source: Psr\Container\ContainerInterface
- name: RequestStack
type: class
source: Symfony\Component\HttpFoundation\RequestStack
properties: []
methods:
- name: getForFirewall
visibility: private
parameters: []
comment: null
traits:
- Psr\Container\ContainerInterface
- Symfony\Component\HttpFoundation\RequestStack
interfaces: []