MCPcopy Create free account
hub / github.com/VemtoOrg/vemto2 / toArray

Method toArray

src/php/apps/db-reader/src/Migration.php:194–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

192 }
193
194 public function toArray(): array
195 {
196 return [
197 'migration' => $this->migration,
198 'relativePath' => $this->relativePath,
199 'migrationName' => $this->migrationName,
200 'datePrefix' => $this->datePrefix,
201 'fullPrefix' => $this->fullPrefix,
202 'createdTables' => array_unique($this->createdTables),
203 'changedTables' => array_unique($this->changedTables),
204 ];
205 }
206}

Callers 12

app.phpFile · 0.80
addMigrationMethod · 0.80
hasMigrationMethod · 0.80
getFormattedMethod · 0.80
getFormattedMethod · 0.80
getFormattedMethod · 0.80
dropColumnMethod · 0.80
orderTablesColumnsMethod · 0.80
processTableMethod · 0.80
getFormattedMethod · 0.80
getAllImportsMethod · 0.80
getMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected