. */ Doctrine::autoload('Doctrine_Import_Reader'); /** * @package Doctrine * @url http://www.phpdoctrine.com * @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @author Jukka Hassinen * @version $Id$ */ /** * class Doctrine_Import_Reader_Xml_Propel * @package Doctrine * @category Object Relational Mapping * @link www.phpdoctrine.com * @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @since 1.0 * @version $Revision$ * @author Konsta Vesterinen */ class Doctrine_Import_Reader_Xml_Propel extends Doctrine_Import_Reader { /** Aggregations: */ /** Compositions: */ /*** Attributes: ***/ /** * @access private */ private $xml; /** * * @param string xml * @return * @access public */ public function setXml( $xml ) { } // end of member function setXml public function read() { } } // end of Doctrine_Import_Reader_Xml_Propel