8000 [DependencyInjection] Added ParameterBagInterface::remove · symfony/symfony@c13a4ff · GitHub
[go: up one dir, main page]

Skip to content

Commit c13a4ff

Browse files
committed
[DependencyInjection] Added ParameterBagInterface::remove
1 parent 75cfef5 commit c13a4ff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ public function all();
6060
*/
6161
public function get($name);
6262

63+
/**
64+
* Removes a parameter.
65+
*
66+
* @param string $name The parameter name
67+
*/
68+
public function remove($name);
69+
6370
/**
6471
* Sets a service container parameter.
6572
*

0 commit comments

Comments
 (0)
0