Class: Doctrine_Import_Reader_Xml_Propel

Source Location: /Doctrine/Import/Reader/Propel.php

Class Doctrine_Import_Reader_Xml_Propel

Class Overview

class Doctrine_Import_Reader_Xml_Propel

Located in /Doctrine/Import/Reader/Propel.php [line 39]

Doctrine_Import_Reader
   |
   --Doctrine_Import_Reader_Xml_Propel
Author(s): Information Tags:
Version:  $Revision: 1080 $
Link:  www.phpdoctrine.com
Since:  1.0
License:  LGPL

Properties

Methods

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

Inherited From Doctrine_Import_Reader

Doctrine_Import_Reader::read()

[ Top ]
Property Summary
mixed   $xml  

[ Top ]
Method Summary
void   read()  
void   setXml()  

[ Top ]
Properties
mixed   $xml [line 51]
API Tags:
Access:  private


[ Top ]
Methods
read  [line 63]

  void read( )


API Tags:
Access:  public


Redefinition of:
Doctrine_Import_Reader::read()

[ Top ]
setXml  [line 58]

  void setXml( string $xml  )

Parameters:
string   $xml:  xml * @return

API Tags:
Access:  public


[ Top ]