Path

ez components / documentation / api reference / 2007.2beta1 / databaseschema


eZ Components 2007.2beta1

DatabaseSchema: ezcDbSchemaFileWriter

[ Tutorial ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Interface: ezcDbSchemaFileWriter

This class provides the interface for file schema writers [source]

Parents

ezcDbSchemaWriter
   |
   --ezcDbSchemaFileWriter

Method Summary

public void saveToFile( $file, $schema )
Saves the schema definition in $schema to the file $file.

Inherited Methods

From ezcDbSchemaWriter :
public int ezcDbSchemaWriter::getWriterType()
Returns what type of schema writer this class implements.

Methods

saveToFile

void saveToFile( string $file, ezcDbSchema $schema )
Saves the schema definition in $schema to the file $file.

Parameters

Name Type Description
$file string  
$schema ezcDbSchema  

Last updated: Wed, 28 Nov 2007