Class: Doctrine_Export_Schema_Xml

Source Location: /Doctrine/Export/Schema/Xml.php

Class Doctrine_Export_Schema_Xml

Class Overview

class Doctrine_Export_Schema_Xml

Located in /Doctrine/Export/Schema/Xml.php [line 32]

Doctrine_Export_Schema
   |
   --Doctrine_Export_Schema_Xml
Author(s): Information Tags:
Version:  $Revision: 1838 $
Link:  www.phpdoctrine.com
License:  LGPL

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From Doctrine_Export_Schema

Doctrine_Export_Schema::build()
build
Doctrine_Export_Schema::buildSchema()
buildSchema
Doctrine_Export_Schema::dump()
dump
Doctrine_Export_Schema::exportSchema()
exportSchema

[ Top ]
Method Summary
void   build()   build
void   dump()   dump

[ Top ]
Methods
build  [line 42]

  void build( string $array  )

build

Build the schema xml string to be dumped to file

Parameters:
string   $array: 

API Tags:
Access:  public


Redefinition of:
Doctrine_Export_Schema::build()
build

[ Top ]
dump  [line 73]

  void dump( string $array, string $schema  )

dump

Dump the array to the schema file

Parameters:
string   $array: 
string   $schema: 

API Tags:
Access:  public


Redefinition of:
Doctrine_Export_Schema::dump()
dump

[ Top ]