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

29 lines
678 B
YAML

name: StaticConstructorAutoconfigure
class_comment: null
dependencies:
- name: Autoconfigure
type: class
source: Symfony\Component\DependencyInjection\Attribute\Autoconfigure
- name: Factory
type: class
source: Symfony\Component\DependencyInjection\Attribute\Factory
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: bar
comment: null
- name: getBar
visibility: public
parameters: []
comment: null
- name: create
visibility: public
parameters:
- name: foo
comment: null
traits:
- Symfony\Component\DependencyInjection\Attribute\Autoconfigure
- Symfony\Component\DependencyInjection\Attribute\Factory
interfaces: []