api/symfony/Component/DependencyInjection/Tests/Fixtures/StaticConstructorAutoconfigure.yaml

30 lines
678 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
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: []