api/symfony/Component/DependencyInjection/LazyProxy/Instantiator/LazyServiceInstantiator.yaml

33 lines
1,008 B
YAML
Raw Normal View History

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