1 | <?php |
||
19 | class SchemaBuilder extends TypeDefinitionBuilder |
||
20 | { |
||
21 | /** |
||
22 | * @return Definition |
||
23 | */ |
||
24 | public function build(): Definition |
||
36 | |||
37 | /** |
||
38 | * @param RuleInterface $rule |
||
39 | * @param SchemaDefinition $definition |
||
40 | * @throws \Railt\Io\Exception\ExternalFileException |
||
41 | */ |
||
42 | private function buildField(RuleInterface $rule, SchemaDefinition $definition): void |
||
58 | |||
59 | /** |
||
60 | * @param RuleInterface $rule |
||
61 | * @return string|null |
||
62 | */ |
||
63 | private function loadFieldType(RuleInterface $rule) |
||
67 | } |
||
68 |