Add getName()
authorGunnar Wrobel <p@rdus.de>
Wed, 9 Dec 2009 20:51:17 +0000 (21:51 +0100)
committerGunnar Wrobel <p@rdus.de>
Wed, 9 Dec 2009 20:51:17 +0000 (21:51 +0100)
framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder.php

index 5e73956..f714310 100644 (file)
@@ -221,6 +221,16 @@ class Horde_Kolab_Storage_Folder
     }
 
     /**
+     * Return the name of the folder.
+     *
+     * @return string The name of the folder.
+     */
+    function getName()
+    {
+        return $this->name;
+    }
+
+    /**
      * Set a new name for the folder. The new name will be realized
      * when saving the folder.
      *