1 | <?php |
||
8 | class MigrationSchema |
||
9 | { |
||
10 | protected $structure; |
||
11 | |||
12 | public function __construct(string $schema) |
||
20 | |||
21 | private function setMigrationField($field) |
||
32 | |||
33 | protected function getFieldType($type, $name, $options) |
||
43 | |||
44 | private function loadFieldType(FieldTypeInterface $fieldType) |
||
48 | |||
49 | /** |
||
50 | * @return Collection |
||
51 | */ |
||
52 | public function getStructure(): Collection |
||
56 | } |
||
57 |