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:----E+lyDMl+xqS7mioxrX8F1QZB1HAWqJRKvU5azntWrt1Bj6VxKV3hp8G4TnbYu5nV8wg2q7vI8bLYsFDCMHe0rviMXXf7/3qkRQ5151mhuPx1wJZONuxiZg9exw+SOsSJJdCO73vFroVtfIxzEs1SnByh9nSslr2e7lVLBkPvV70EM+kLuRzB4ARHAjEfb3tl3kw1/+/XAvhBIW/pICXZXXYlD5Zb6TdZvjeHvg9QSo8hOM+i+UqOZewh055WBeVDc5E2b2qDU35JGHw21zB2LKbLe2ZRWkHPq4ISV0N9/1nNyn7pTObfNJRIk265CJPFS7ib3cWoSZAE+qQNtLUcq1p4Oj9pAomX+q9x/WuCyGtrY8opu17x2YQA6TrN3LdRyaGwFZoV/8d3grSUdVXrmjGKXmNLZ5cyX8HVVnsPaleHPaKnT+CsLapJKijeiXoGqT6U5tuoDNMAbWelA0LX8//SJrfjKKbbynZZDv/G54j7yw6ZDKoj7aALP2phrU83xPoPBnY3q74W+jAgtrQ2nfmBYSSCIRzF99oRGqZomg8wtBzVzXveF2ng+yOAVmKyhjZ0fW8tVqIT28TIet/52l+RhgNrbfwMKlN0G08dlPjpIcZlWhxHeyHeJ+abQK3VdEG2w7BxldNe4Oii2RJVY+ycCUnZ0LdzqHFnD9RkJ74=----ATTACHMENT:----NDczNjA0NzQ5NjA2ODc5OSAyNDcxNDM4MTMxMjc4NjQyIDYyNTYzODAyMTU5NTEwMA==