mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
New plugin: Configure options by end-users and store them to a cookie
This commit is contained in:
@@ -300,6 +300,13 @@ class Adminer {
|
||||
return $val;
|
||||
}
|
||||
|
||||
/** Get configuration options for AdminerConfig
|
||||
* @return string[] key is config description, value is HTML
|
||||
*/
|
||||
function config(): array {
|
||||
return array();
|
||||
}
|
||||
|
||||
/** Print table structure in tabular format
|
||||
* @param Field[] $fields
|
||||
* @param TableStatus $tableStatus
|
||||
|
Reference in New Issue
Block a user