61 lines
1.4 KiB
YAML
61 lines
1.4 KiB
YAML
name: LazyServiceDumper
|
|
class_comment: null
|
|
dependencies:
|
|
- name: Definition
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\Definition
|
|
- name: InvalidArgumentException
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
|
|
- name: LogicException
|
|
type: class
|
|
source: Symfony\Component\VarExporter\Exception\LogicException
|
|
- name: ProxyHelper
|
|
type: class
|
|
source: Symfony\Component\VarExporter\ProxyHelper
|
|
properties: []
|
|
methods:
|
|
- name: __construct
|
|
visibility: public
|
|
parameters:
|
|
- name: salt
|
|
default: ''''''
|
|
comment: null
|
|
- name: isProxyCandidate
|
|
visibility: public
|
|
parameters:
|
|
- name: definition
|
|
- name: '&$asGhostObject'
|
|
default: 'null'
|
|
- name: id
|
|
default: 'null'
|
|
comment: null
|
|
- name: getProxyFactoryCode
|
|
visibility: public
|
|
parameters:
|
|
- name: definition
|
|
- name: id
|
|
- name: factoryCode
|
|
comment: null
|
|
- name: getProxyCode
|
|
visibility: public
|
|
parameters:
|
|
- name: definition
|
|
- name: id
|
|
default: 'null'
|
|
comment: null
|
|
- name: getProxyClass
|
|
visibility: public
|
|
parameters:
|
|
- name: definition
|
|
- name: asGhostObject
|
|
- name: '&$class'
|
|
default: 'null'
|
|
comment: null
|
|
traits:
|
|
- Symfony\Component\DependencyInjection\Definition
|
|
- Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
|
|
- Symfony\Component\VarExporter\Exception\LogicException
|
|
- Symfony\Component\VarExporter\ProxyHelper
|
|
interfaces:
|
|
- DumperInterface
|