22 lines
489 B
YAML
22 lines
489 B
YAML
|
name: TestServiceSubscriberIntersection
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: ServiceSubscriberInterface
|
||
|
type: class
|
||
|
source: Symfony\Contracts\Service\ServiceSubscriberInterface
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: container
|
||
|
comment: null
|
||
|
- name: getSubscribedServices
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Contracts\Service\ServiceSubscriberInterface
|
||
|
interfaces:
|
||
|
- ServiceSubscriberInterface
|