1 | <?php |
||
9 | final class ParametersBuilder implements Objects\ParametersFactory |
||
10 | { |
||
11 | private $parameters = []; |
||
12 | |||
13 | 2 | public function addParameters(iterable $parameters): self |
|
21 | |||
22 | 2 | public function createParameters(): Objects\Parameters |
|
33 | |||
34 | 2 | public function setParameter(string $name, Objects\ParameterAggregateFactory $parameter): self |
|
40 | |||
41 | 2 | private function getParameters(): array |
|
45 | } |
||
46 |