28 lines
854 B
YAML
28 lines
854 B
YAML
name: TestServiceSubscriberIntersectionWithTrait
|
|
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
|
|
traits:
|
|
- Symfony\Contracts\Service\Attribute\SubscribedService
|
|
- Symfony\Contracts\Service\ServiceMethodsSubscriberTrait
|
|
- Symfony\Contracts\Service\ServiceSubscriberInterface
|
|
- ServiceMethodsSubscriberTrait
|
|
interfaces:
|
|
- ServiceSubscriberInterface
|