Copied!

SchemaExporterInterface

SchemaExporterInterface.php : 16

Export the given database Schema object to the custom Yaml format.

Methods

publicexport()

SchemaExporterInterface.php : 21

Export \Doctrine\DBAL\Schema object to the custom Yaml format.

public export(Schema $schemaDefinition) : string

Parameters

Name Type Default value Description
$schemaDefinition Schema - -

Return values

string