Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c13a4ff

Browse filesBrowse files
committed
[DependencyInjection] Added ParameterBagInterface::remove
1 parent 75cfef5 commit c13a4ff
Copy full SHA for c13a4ff

File tree

Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php
+7Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.