65 lines
2.7 KiB
YAML
65 lines
2.7 KiB
YAML
name: services33
|
|
class_comment: '# * @internal This class has been auto-generated by the Symfony Dependency
|
|
Injection Component.'
|
|
dependencies:
|
|
- name: RewindableGenerator
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\Argument\RewindableGenerator
|
|
- name: ContainerInterface
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\ContainerInterface
|
|
- name: Container
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\Container
|
|
- name: LogicException
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\Exception\LogicException
|
|
- name: ParameterNotFoundException
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException
|
|
- name: RuntimeException
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\Exception\RuntimeException
|
|
- name: FrozenParameterBag
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag
|
|
- name: ParameterBagInterface
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface
|
|
properties:
|
|
- name: parameters
|
|
visibility: protected
|
|
comment: null
|
|
methods:
|
|
- name: getFooService
|
|
visibility: protected
|
|
parameters:
|
|
- name: container
|
|
comment: "# * @internal This class has been auto-generated by the Symfony Dependency\
|
|
\ Injection Component.\n# */\n# class ProjectServiceContainer extends Container\n\
|
|
# {\n# protected $parameters = [];\n# \n# public function __construct()\n# {\n\
|
|
# $this->services = $this->privates = [];\n# $this->methodMap = [\n# 'Bar\\\\\
|
|
Foo' => 'getFooService',\n# 'Foo\\\\Foo' => 'getFoo2Service',\n# ];\n# \n# $this->aliases\
|
|
\ = [];\n# }\n# \n# public function compile(): void\n# {\n# throw new LogicException('You\
|
|
\ cannot compile a dumped container that was already compiled.');\n# }\n# \n#\
|
|
\ public function isCompiled(): bool\n# {\n# return true;\n# }\n# \n# /**\n# *\
|
|
\ Gets the public 'Bar\\Foo' shared service.\n# *\n# * @return \\Bar\\Foo"
|
|
- name: getFoo2Service
|
|
visibility: protected
|
|
parameters:
|
|
- name: container
|
|
comment: '# * Gets the public ''Foo\Foo'' shared service.
|
|
|
|
# *
|
|
|
|
# * @return \Foo\Foo'
|
|
traits:
|
|
- Symfony\Component\DependencyInjection\Argument\RewindableGenerator
|
|
- Symfony\Component\DependencyInjection\ContainerInterface
|
|
- Symfony\Component\DependencyInjection\Container
|
|
- Symfony\Component\DependencyInjection\Exception\LogicException
|
|
- Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException
|
|
- Symfony\Component\DependencyInjection\Exception\RuntimeException
|
|
- Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag
|
|
- Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface
|
|
interfaces: []
|