This class provides the interface for file schema writers
Source for this file: /DatabaseSchema/src/interfaces/file_writer.php
ezcDbSchemaWriter | --ezcDbSchemaFileWriter
Version: | //autogen// |
public void |
saveToFile(
$file
, $schema
)
Saves the schema definition in $schema to the file $file. |
From ezcDbSchemaWriter | |
---|---|
public int |
ezcDbSchemaWriter::getWriterType()
Returns what type of schema writer this class implements. |
Saves the schema definition in $schema to the file $file.
Name | Type | Description |
---|---|---|
$file |
string | |
$schema |
ezcDbSchema |