1 | <?php |
||
9 | final class ExamplesBuilder implements Objects\ExamplesFactory |
||
10 | { |
||
11 | private $examples = []; |
||
12 | |||
13 | 2 | public function addExamples(iterable $variables): self |
|
21 | |||
22 | 5 | public function createExamples(): Objects\Examples |
|
33 | |||
34 | 5 | public function setExample(string $name, Objects\ExampleAggregateFactory $example): self |
|
40 | |||
41 | 5 | private function getExamples(): array |
|
45 | } |
||
46 |