platform/api/symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberIntersectionWithTrait.yaml
2024-09-02 10:44:11 -07:00

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