Add the getId method here too.
authorGunnar Wrobel <p@rdus.de>
Mon, 3 Jan 2011 06:56:53 +0000 (07:56 +0100)
committerGunnar Wrobel <p@rdus.de>
Tue, 4 Jan 2011 07:54:21 +0000 (08:54 +0100)
framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Decorator/Base.php

index c3529e6..ec308da 100644 (file)
@@ -66,6 +66,16 @@ implements Horde_Kolab_Storage_Driver
     }
 
     /**
+     * Return the unique connection id.
+     *
+     * @return string The connection id.
+     */
+    public function getId()
+    {
+        return $this->_driver->getId();
+    }
+
+    /**
      * Retrieves a list of mailboxes from the server.
      *
      * @return array The list of mailboxes.