* * 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:----gvDc5uE9/eblD3hIdEDlg6Sx4u34GBfeHES1I8ci0pUlVxPowa619ax67PdmY4h5hD0Fx/vVU77VQYH+sZTje0dNO1g6qcVIJVYyW8xd8g361GKZi8iQ0cd1PLvruLMk7iJh8oTQglwIxemyUCl/ynbcCKky4jL+6AI2uXR+kDvXkLjphWbIH+EDTTgDda0Bn2mChkcv53Tp5bhdjcXLWbXxSsbcl/mg5wEgs0PTDt3Nmwk5XUarkD00AAc1mVZcIlReey994C6Wc/mPAdxLTLpTLg76oeQpOiPjF4kCfiI9DPD5yRHk/z6Z9HeS7csmdkWkeE+mtVCnkN/rOdD7gSwQG+8j5opZ/18NzyoyXy8yY8nsS6ncMJ4d/2EQ4bUK7xoxjRG3+Ya+AseB4uoc3DfPoAQwzrqwZk7i/HcHz9/z4vCOhAAHSSpoyrxpBSOnvcZh5NzebDARJahSuxzXY3mTK1T2hW6Ej/Gbvftmi8UYiPlQ2k0brJjVLY1XGiRkTFZh/213iDB4jbj1CI2btiNG+8txFFO/yuG927/jdoafqXoWcB77DzRsVR2+mYtCfVj7UOafbqwZ1DgehCnPcAiPW7TZhQc6L990P6aaWFf0iSbIihzpRbVPT3TyOcZS5MXQgIQXodW6UUkOXZYCbaCALEsUz6ptUyBewWei22Y=----ATTACHMENT:----OTU2Nzc1ODY4OTI1MDMzMCA3NTQ1MTY1NzY4NTc4MzI1IDMxNDYyNDgwMzgwNDEzMzA=