From a6647c384e5f8f65efb0e031a84051abff820bd5 Mon Sep 17 00:00:00 2001 From: Mark Newnham Date: Fri, 26 Mar 2021 17:29:49 -0600 Subject: Update docblock for serverInfo() --- drivers/adodb-firebird.inc.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'drivers') diff --git a/drivers/adodb-firebird.inc.php b/drivers/adodb-firebird.inc.php index 51a7dc22..820054a7 100644 --- a/drivers/adodb-firebird.inc.php +++ b/drivers/adodb-firebird.inc.php @@ -176,7 +176,7 @@ class ADODB_firebird extends ADOConnection { } - function MetaPrimaryKeys($table,$owner_notused=false,$internalKey=false) + public function metaPrimaryKeys($table,$owner_notused=false,$internalKey=false) { if ($internalKey) { return array('RDB$DB_KEY'); @@ -194,7 +194,12 @@ class ADODB_firebird extends ADOConnection { return false; } - function ServerInfo() + /** + * Get information about the current Firebird server. + * + * @return array + */ + public function ServerInfo() { $arr['dialect'] = $this->dialect; switch($arr['dialect']) { -- cgit v1.3