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