| 1 | <?php |
||
| 9 | final class SchemasBuilder implements Objects\SchemasFactory |
||
| 10 | { |
||
| 11 | private $schemas = []; |
||
| 12 | |||
| 13 | 2 | public function addSchemas(iterable $schemas): self |
|
| 21 | |||
| 22 | 3 | public function createSchemas(): Objects\Schemas |
|
| 33 | |||
| 34 | 3 | public function setSchema(string $key, Objects\SchemaFactory $schema): self |
|
| 40 | |||
| 41 | 3 | private function getSchemas(): array |
|
| 45 | } |
||
| 46 |