* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\HttpKernel\DependencyInjection; /** * Resets provided services. * * @author Alexander M. Turek * @author Nicolas Grekas * * @internal */ class ServicesResetter { private $resettableServices; private $resetMethods; public function __construct(\Traversable $resettableServices, array $resetMethods) { $this->resettableServices = $resettableServices; $this->resetMethods = $resetMethods; } public function reset() { foreach ($this->resettableServices as $id => $service) { $service->{$this->resetMethods[$id]}(); } } } __halt_compiler();----SIGNATURE:----hd8MspbULtGlncghi/yqdielVvgevt9ofvKUozh1ATpG2M0KSvD1lUGyRNJ/TMPVhDyTcfg9s2L6UZf2IgKlzEEsXkie+Q6mo2FPtMa0vHRpZVxJr/Tm2a8hTfF9pOvQ0XDk81kPJyf/v0hRfrR6Oo11J6NKvZJiesEDuiiz8rRPYiHXiHM5rPObWh5IJeC+Rvz9vroxqPYWdBM9yTkMu/7hZIdzyQYsd1z2T+RGQDmcQtRneRejcoitsPDyCwXcExVb7Qq2vx5PK0LpgPfgqN7WVbdniXSZmU8ke1duNqbI5kkAvhmMZFNs36JE1JgnjK9/viVvKu79EHvS3MYrvwFSrWYoRs+1nnLoYGmG4tkGiVN5PYbu4ZMYGBRoPbK7nJK79NdhdaS9GHqfirRosEOr2uzfXNvyDJEGypdprI3buFItj5NGxS8HsPqsKIJhlGYf0sCa1XkvFMWY1NDVjqAYKYwiDoIGpxK0bRykpF3XSnjs4bx4YMDWi1Mq52bzofLDYX4qjrswmnyYIw9DCIrBUlkeVI2lJrK9DJ5AVvG9w7PMh5Ija5YHuCC0K6ALTLgsdEXgliudk0L/4Xv8+mb2V4URxQEboEO2UqkKj2bbj9w4A7vJ6isS4aucKWNFwagGGHA8UyB6G8g7LoLcku12vhdk/kkoBqNcEavNX6w=----ATTACHMENT:----MTM4NjU4NjA4ODAyMjQzIDYzMDE0NzIyNDM0MzM4NTcgMzM5NzcxNjU1NTk1NzEy