SchemaExporterInterface
SchemaExporterInterface.php
:
16
Export the given database Schema object to the custom Yaml format.
Methods¶
export() ¶
SchemaExporterInterface.php
:
21
Export \Doctrine\DBAL\Schema object to the custom Yaml format.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$schemaDefinition | Schema | - | - |
Return values
string