| 1 | <?php |
||
| 8 | class ManipulationSets implements IteratorAggregate |
||
| 9 | { |
||
| 10 | protected $manipulationSets = []; |
||
| 11 | |||
| 12 | protected $openNewSet = true; |
||
| 13 | |||
| 14 | public function addManipulation($operation, $arguments) |
||
| 26 | |||
| 27 | public function startNewSet() |
||
| 31 | |||
| 32 | public function getSets(): array |
||
| 36 | |||
| 37 | public function getIterator() |
||
| 41 | } |