From 664a030b04aa9a1358f9106b28ef8a43e81c75ec Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Sat, 10 Jan 2009 11:10:12 -0500 Subject: [PATCH] add a getName() method for consistency with the Column and Table objects --- framework/Db/lib/Horde/Db/Adapter/Abstract/Index.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/framework/Db/lib/Horde/Db/Adapter/Abstract/Index.php b/framework/Db/lib/Horde/Db/Adapter/Abstract/Index.php index 1719fd910..9407b2e8f 100644 --- a/framework/Db/lib/Horde/Db/Adapter/Abstract/Index.php +++ b/framework/Db/lib/Horde/Db/Adapter/Abstract/Index.php @@ -54,6 +54,19 @@ class Horde_Db_Adapter_Abstract_Index /*########################################################################## + # Accessor + ##########################################################################*/ + + /** + * @return string + */ + public function getName() + { + return $this->name; + } + + + /*########################################################################## # Casting ##########################################################################*/ -- 2.11.0