Returns the currently installed schema version for a module.
string $module: A module name.
int The currently installed schema version, or self::SCHEMA_UNINSTALLED if the module is not installed.
public function getInstalledVersion(string $module) : int { return $this->keyValue ->get($module, self::SCHEMA_UNINSTALLED); }