1 | <?php |
||
9 | final class SchemaBuilder implements Objects\SchemaFactory |
||
10 | { |
||
11 | use Properties\OptionalExtensions; |
||
12 | |||
13 | private $attributes = []; |
||
14 | |||
15 | public function createSchema(): Objects\Schema |
||
22 | |||
23 | public function createSchemaAggregate(): Objects\SchemaAggregate |
||
27 | |||
28 | public function setAttributes(array $attributes): self |
||
34 | |||
35 | private function getAttributes(): array |
||
39 | } |
||
40 |