Path

ez components / documentation / api reference / trunk / databaseschema


eZ Components trunk

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: Thu, 08 Jan 2009