class DoctrineXml05 extends XmlParser (View source)

Properties

protected $rawXML from  XmlParser
protected $ignoreExistingTables from  XmlParser

Methods

__construct(SimpleXMLElement $xml)

No description

setIgnoreExistingTables($ignoreExistingTables)

No description

parse(Connection $db)

Transforms the XML from Adodb XML into Doctrine DBAL Schema.

Details

__construct(SimpleXMLElement $xml)

No description

Parameters

SimpleXMLElement $xml

setIgnoreExistingTables($ignoreExistingTables)

No description

Parameters

$ignoreExistingTables

parse(Connection $db)

Transforms the XML from Adodb XML into Doctrine DBAL Schema.

Parameters

Connection $db