api/symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberUnion.yaml
2024-09-26 02:03:21 -07:00

21 lines
482 B
YAML

name: TestServiceSubscriberUnion
class_comment: null
dependencies:
- name: ServiceSubscriberInterface
type: class
source: Symfony\Contracts\Service\ServiceSubscriberInterface
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: container
comment: null
- name: getSubscribedServices
visibility: public
parameters: []
comment: null
traits:
- Symfony\Contracts\Service\ServiceSubscriberInterface
interfaces:
- ServiceSubscriberInterface