32 lines
1,008 B
YAML
32 lines
1,008 B
YAML
name: LazyServiceInstantiator
|
|
class_comment: null
|
|
dependencies:
|
|
- name: ContainerInterface
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\ContainerInterface
|
|
- name: Definition
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\Definition
|
|
- name: InvalidArgumentException
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
|
|
- name: LazyServiceDumper
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\LazyProxy\PhpDumper\LazyServiceDumper
|
|
properties: []
|
|
methods:
|
|
- name: instantiateProxy
|
|
visibility: public
|
|
parameters:
|
|
- name: container
|
|
- name: definition
|
|
- name: id
|
|
- name: realInstantiator
|
|
comment: null
|
|
traits:
|
|
- Symfony\Component\DependencyInjection\ContainerInterface
|
|
- Symfony\Component\DependencyInjection\Definition
|
|
- Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
|
|
- Symfony\Component\DependencyInjection\LazyProxy\PhpDumper\LazyServiceDumper
|
|
interfaces:
|
|
- InstantiatorInterface
|