[ Index ]
 

Code source de Symfony 1.0.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/vendor/propel-generator/classes/propel/engine/database/transform/ -> XmlToData.php (sommaire)

(pas de description)

Poids: 189 lignes (5 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 3 classes

XmlToData:: (4 méthodes):
  __construct()
  parseFile()
  startElement()
  endElement()

DataRow:: (3 méthodes):
  __construct()
  getTable()
  getColumnValues()

ColumnValue:: (3 méthodes):
  __construct()
  getColumn()
  getValue()


Classe: XmlToData  - X-Ref

A Class that is used to parse an input xml schema file and creates an
AppData object.

__construct(Database $database, $encoding = 'iso-8859-1')   X-Ref
Construct new XmlToData class.

This class is passed the Database object so that it knows what to expect from
the XML file.

param: Database $database

parseFile($xmlFile)   X-Ref
Pas de description

startElement($name, $attributes)   X-Ref
Handles opening elements of the xml file.


endElement($name)   X-Ref
Handles closing elements of the xml file.

param: $name The local name (without prefix), or the empty string if

Classe: DataRow  - X-Ref

"inner class"

__construct(Table $table, $columnValues)   X-Ref
Pas de description

getTable()   X-Ref
Pas de description

getColumnValues()   X-Ref
Pas de description

Classe: ColumnValue  - X-Ref

"inner" class

__construct(Column $col, $val)   X-Ref
Pas de description

getColumn()   X-Ref
Pas de description

getValue()   X-Ref
Pas de description



Généré le : Fri Mar 16 22:42:14 2007 par Balluche grâce à PHPXref 0.7