33 lines
918 B
YAML
33 lines
918 B
YAML
|
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
|