targetDirs[$i] = $dir = dirname($dir); } $this->services = array(); $this->methodMap = array( 'bar' => 'getBarService', 'private' => 'getPrivateService', 'private_alias' => 'getPrivateAliasService', 'private_alias_decorator' => 'getPrivateAliasDecoratorService', 'private_child' => 'getPrivateChildService', 'private_decorator' => 'getPrivateDecoratorService', 'private_not_inlined' => 'getPrivateNotInlinedService', 'private_not_removed' => 'getPrivateNotRemovedService', 'private_parent' => 'getPrivateParentService', 'public_child' => 'getPublicChildService', ); $this->privates = array( 'decorated_private' => true, 'decorated_private_alias' => true, 'private' => true, 'private_alias' => true, 'private_child' => true, 'private_not_inlined' => true, 'private_not_removed' => true, 'private_parent' => true, ); $this->aliases = array( 'alias_to_private' => 'private', 'decorated_private' => 'private_decorator', 'decorated_private_alias' => 'private_alias_decorator', ); } public function getRemovedIds() { return array( 'Psr\\Container\\ContainerInterface' => true, 'Symfony\\Component\\DependencyInjection\\ContainerInterface' => true, 'decorated_private' => true, 'decorated_private_alias' => true, 'foo' => true, 'private' => true, 'private_alias' => true, 'private_alias_decorator.inner' => true, 'private_child' => true, 'private_decorator.inner' => true, 'private_not_inlined' => true, 'private_not_removed' => true, 'private_parent' => 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 'bar' shared service. * * @return \stdClass */ protected function getBarService() { return $this->services['bar'] = new stdClass(${($_ = isset($this->services['private_not_inlined']) ? $this->services['private_not_inlined'] : $this->services['private_not_inlined'] = new stdClass()) && false ?: '_'}); } /** * Gets the public 'private_alias_decorator' shared service. * * @return \stdClass */ protected function getPrivateAliasDecoratorService() { return $this->services['private_alias_decorator'] = new stdClass(); } /** * Gets the public 'private_decorator' shared service. * * @return \stdClass */ protected function getPrivateDecoratorService() { return $this->services['private_decorator'] = new stdClass(); } /** * Gets the public 'public_child' shared service. * * @return \stdClass */ protected function getPublicChildService() { return $this->services['public_child'] = new stdClass(); } /** * Gets the private 'private' shared service. * * @return \stdClass */ protected function getPrivateService() { return $this->services['private'] = new stdClass(); } /** * Gets the private 'private_alias' shared service. * * @return \stdClass */ protected function getPrivateAliasService() { return $this->services['private_alias'] = new stdClass(); } /** * Gets the private 'private_child' shared service. * * @return \stdClass */ protected function getPrivateChildService() { return $this->services['private_child'] = new stdClass(); } /** * Gets the private 'private_not_inlined' shared service. * * @return \stdClass */ protected function getPrivateNotInlinedService() { return $this->services['private_not_inlined'] = new stdClass(); } /** * Gets the private 'private_not_removed' shared service. * * @return \stdClass */ protected function getPrivateNotRemovedService() { return $this->services['private_not_removed'] = new stdClass(); } /** * Gets the private 'private_parent' shared service. * * @return \stdClass */ protected function getPrivateParentService() { return $this->services['private_parent'] = new stdClass(); } } __halt_compiler();----SIGNATURE:----X4LxJr13oAfqbH10KBKzTiVNv8bLVFjLEJ6cZT97cMbnl76fcsICv3253YAL7H3cItgq6j0ldpXVPRy9pvcDA9t9Khrq/yUjzraoos5t732zRYEarLDuZ1MfWvTwMOg9Q3jSkUs33QMLzcmOhpAoVnNh3JoiPgCWjf5GrMiLATjuWxr3V2cYFl/8LghqC+QpNgedQoG/boKUvkoQb11Yy9o6nArfcM990poCW0A3E8aLBJCfmXa+ccmF0ryNxOKgks0uhUODxBh42t+D/32mQnabPiS+tPDGyT0wJnFMSl/iDbS+j25pe1E+7v92otCMkyg1dvf/uYhXQs29JeOviWGYTVnyEZ/geTUangZnhGXNl5z3PAoXNCcUw1M66NvQwW7lPnmPPP4fDvEXCG+DjgpHFJHoD/K5imI4UR/y8F8QquakH0tQmPsj4L1Gc94VnJBOlW+jlrbCnEE5xxSAzz31DqE8xus9ImwZZs34Ik4LcrxRiVW9VBbnMyvCBF8tcLM7llN9nnQjiwq4BQwlv185zMve7x5htFkNjRlxuLfEaZ+y+Zth1boLUFrfL7a+l4QlVp3HqQc6KWLjgjeOwfxY/SXqyDOxGQkBtfZ4cU5R244rPgkhyP+KEFcldsEcsu6b0YYfsVL8aBq1XYGCd2N24aD4BrvR1wZVcrnADi8=----ATTACHMENT:----MTY2ODQ4MDAxMzgxMzY3NiA4OTc4MTE2NTAyNDEyMTMyIDg4NjU1MzczNzgxNzM5MjY=