API IDatabaseUpdater - chsxf/mfx GitHub Wiki
IDatabaseUpdater Interface
interface IDatabaseUpdater
Summary
Since 1.0
Methods
key
public abstract function key(): string
Retrieves the key for this updater
Since 1.0
Returns
string
pathToSQLFile
public abstract function pathToSQLFile(): string
Retrieves the path to the SQL update file for this updater
Since 1.0
Returns
string