api/symfony/Component/DependencyInjection/LazyProxy/Instantiator/LazyServiceInstantiator.yaml
2024-09-26 02:03:21 -07:00

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