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