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

20 lines
442 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +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: []