]> git.joonet.de Git - adminer.git/commitdiff
Add comment
authorJakub Vrana <jakub@vrana.cz>
Tue, 25 Mar 2025 04:39:25 +0000 (05:39 +0100)
committerJakub Vrana <jakub@vrana.cz>
Tue, 25 Mar 2025 05:08:54 +0000 (06:08 +0100)
adminer/include/driver.inc.php

index 8dee7d40882b895946b12ee2005114a4dec4ce07..a97224e030e9be1c46a5bf8ae3e11793ad018fa7 100644 (file)
@@ -23,10 +23,10 @@ function get_driver($id) {
 }
 
 abstract class SqlDriver {
-       static $possibleDrivers = array();
+       static $possibleDrivers = array(); ///< @var array of strings
        static $jush; ///< @var string JUSH identifier
 
-       protected $conn;
+       protected $conn; ///< @var Db
        protected $types = array(); ///< @var array [$description => [$type => $maximum_unsigned_length, ...], ...]
        public $editFunctions = array(); ///< @var array of ["$type|$type2" => "$function/$function2"] functions used in editing, [0] - edit and insert, [1] - edit only
        public $unsigned = array(); ///< @var array number variants