abstract class XmlParser (View source)

Properties

protected SimpleXMLElement $rawXML
protected bool $ignoreExistingTables

Methods

__construct(SimpleXMLElement $xml)

No description

setIgnoreExistingTables(bool $ignoreExistingTables)

No description

parse(Connection $db)

No description

string|null
getDatabaseVersion(Connection $db)

No description

Details

__construct(SimpleXMLElement $xml)

No description

Parameters

SimpleXMLElement $xml

setIgnoreExistingTables(bool $ignoreExistingTables)

No description

Parameters

bool $ignoreExistingTables

abstract parse(Connection $db)

No description

Parameters

Connection $db

protected string|null getDatabaseVersion(Connection $db)

No description

Parameters

Connection $db

Return Value

string|null