api/symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberUnionWithTrait.yaml

33 lines
918 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: TestServiceSubscriberUnionWithTrait
class_comment: null
dependencies:
- name: SubscribedService
type: class
source: Symfony\Contracts\Service\Attribute\SubscribedService
- name: ServiceMethodsSubscriberTrait
type: class
source: Symfony\Contracts\Service\ServiceMethodsSubscriberTrait
- name: ServiceSubscriberInterface
type: class
source: Symfony\Contracts\Service\ServiceSubscriberInterface
- name: ServiceMethodsSubscriberTrait
type: class
source: ServiceMethodsSubscriberTrait
properties: []
methods:
- name: method1
visibility: private
parameters: []
comment: null
- name: method2
visibility: private
parameters: []
comment: null
traits:
- Symfony\Contracts\Service\Attribute\SubscribedService
- Symfony\Contracts\Service\ServiceMethodsSubscriberTrait
- Symfony\Contracts\Service\ServiceSubscriberInterface
- ServiceMethodsSubscriberTrait
interfaces:
- ServiceSubscriberInterface