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