30 lines
678 B
YAML
30 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: []
|