From: Chuck Hagenbuch Date: Sat, 10 Jan 2009 16:10:12 +0000 (-0500) Subject: add a getName() method for consistency with the Column and Table objects X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=664a030b04aa9a1358f9106b28ef8a43e81c75ec;p=horde.git add a getName() method for consistency with the Column and Table objects --- 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 ##########################################################################*/