| 1 | <?php |
||
| 9 | final class ParameterCollectionBuilder implements Objects\ParameterCollectionFactory |
||
| 10 | { |
||
| 11 | private $parameters = []; |
||
| 12 | |||
| 13 | public function addParameters(Objects\ParameterFactory ...$parameters): self |
||
| 21 | |||
| 22 | public function createParameterCollection(): Objects\ParameterCollection |
||
| 33 | |||
| 34 | private function getParameters(): array |
||
| 38 | } |
||
| 39 |