mirror of
https://github.com/vrana/adminer.git
synced 2026-01-17 13:03:03 +01:00
Plugins: Add method dumpFooter()
This commit is contained in:
@@ -387,6 +387,11 @@ class AdminerPlugin extends Adminer\Adminer {
|
||||
return $this->applyPlugin(__FUNCTION__, $args);
|
||||
}
|
||||
|
||||
function dumpFooter() {
|
||||
$args = func_get_args();
|
||||
return $this->applyPlugin(__FUNCTION__, $args);
|
||||
}
|
||||
|
||||
function importServerPath() {
|
||||
$args = func_get_args();
|
||||
return $this->applyPlugin(__FUNCTION__, $args);
|
||||
|
||||
Reference in New Issue
Block a user