services = array(); $this->methodMap = array( 'service_from_anonymous_factory' => 'getServiceFromAnonymousFactoryService', 'service_with_method_call_and_factory' => 'getServiceWithMethodCallAndFactoryService', ); $this->aliases = array(); } public function getRemovedIds() { return array( 'Psr\\Container\\ContainerInterface' => true, 'Symfony\\Component\\DependencyInjection\\ContainerInterface' => true, ); } public function compile() { throw new LogicException('You cannot compile a dumped container that was already compiled.'); } public function isCompiled() { return true; } public function isFrozen() { @trigger_error(sprintf('The %s() method is deprecated since Symfony 3.3 and will be removed in 4.0. Use the isCompiled() method instead.', __METHOD__), E_USER_DEPRECATED); return true; } /** * Gets the public 'service_from_anonymous_factory' shared service. * * @return \Bar\FooClass */ protected function getServiceFromAnonymousFactoryService() { return $this->services['service_from_anonymous_factory'] = (new Bar\FooClass())->getInstance(); } /** * Gets the public 'service_with_method_call_and_factory' shared service. * * @return \Bar\FooClass */ protected function getServiceWithMethodCallAndFactoryService() { $this->services['service_with_method_call_and_factory'] = $instance = new Bar\FooClass(); $instance->setBar(Bar\FooClass::getInstance()); return $instance; } } __halt_compiler();----SIGNATURE:----U3ehZ1nMFyEQ0V9PyzQG1l0xSwodBwvFqfIPTuNLLidzZK10ifBLUha1CaIGgxKoRvyjslYSkdbPHGuNrLz/jmtVrPUEbT9W72rINhzlsCLPF1Rt1gHjvC4JkI8UHZ5GA7XvCYmEZPSIl9kRxDhhsXrzWqcECIH81xasf7BklniZnNS+sviiml4iT1QHr5Rgbiy1EzrWKNVB1du2/pIhd0sobBaIP6tYz/zXZ6PjTc7OWfXn99EwFMFb/wsyFZhYpY78n+4q83PFk0xaY8IAMjIkqNPR5BasP0+jrt0K1MyvK4UAuTOoXV6WhuPf3aNcg8MnoT5fxdc8mpEftJ5l+S5YMSnkX12+5GuhRIReabB0PrQJZfVA+FL3IKKc6epHT1tafZ3Huj2lc5baoUlWjt4NW76P8MRA3g+e9jR0cJrG72hKhhrNFepH+Lvp7QuUNG+hSOZOZ5YLr2fqVdlTvPVVgisK2YqXGLIxzKTgnF/modmR2HkaP4UUxSAnUtRN2JQ6YJmCI0U0/1DKWYwDM8PwKGsPz5Z5lPTbD0Fr1WJ6AvaFcwhKni/29YCfsA3tV/sN5vIJvjvYxToTT8sPBp7sz1k03kjMUOt6ghrai5qiJyKet1u3AbZ7ZL0JO8qTfjOh4mLjfKyaim2bhd8YNoANYwQNYCkRvuIQqxy9fh0=----ATTACHMENT:----MjcyNzY0NTU0NjMxMzQ1OSAzMDY2ODkxNDM3NDE5Njc3IDgzODI2MzY0NDk5NDQyMzg=