@@ -72,6 +72,9 @@ |
||
| 72 | 72 | return new ArrayIterator($this->groups); |
| 73 | 73 | } |
| 74 | 74 | |
| 75 | + /** |
|
| 76 | + * @param string $manipulationName |
|
| 77 | + */ |
|
| 75 | 78 | public function removeManipulation($manipulationName) |
| 76 | 79 | { |
| 77 | 80 | foreach($this->groups as &$group) { |