33 lines
925 B
YAML
33 lines
925 B
YAML
|
name: TestServiceSubscriberParent
|
||
|
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: publicFunction1
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testDefinition1
|
||
|
visibility: private
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Contracts\Service\Attribute\SubscribedService
|
||
|
- Symfony\Contracts\Service\ServiceMethodsSubscriberTrait
|
||
|
- Symfony\Contracts\Service\ServiceSubscriberInterface
|
||
|
- ServiceMethodsSubscriberTrait
|
||
|
interfaces:
|
||
|
- ServiceSubscriberInterface
|