function ParameterBagInterface::clear
Clears all parameters.
Throws
LogicException if the ParameterBagInterface cannot be cleared
1 method overrides ParameterBagInterface::clear()
- ParameterBag::clear in vendor/
symfony/ dependency-injection/ ParameterBag/ ParameterBag.php - Clears all parameters.
File
-
vendor/
symfony/ dependency-injection/ ParameterBag/ ParameterBagInterface.php, line 29
Class
- ParameterBagInterface
- ParameterBagInterface is the interface implemented by objects that manage service container parameters.
Namespace
Symfony\Component\DependencyInjection\ParameterBagCode
public function clear() : void;