29 lines
740 B
YAML
29 lines
740 B
YAML
name: RealServiceInstantiator
|
|
class_comment: '# * Noop proxy instantiator - produces the real service instead of
|
|
a proxy instance.
|
|
|
|
# *
|
|
|
|
# * @author Marco Pivetta <ocramius@gmail.com>'
|
|
dependencies:
|
|
- name: ContainerInterface
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\ContainerInterface
|
|
- name: Definition
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\Definition
|
|
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
|
|
interfaces:
|
|
- InstantiatorInterface
|