Complete abstract methods.
authorGunnar Wrobel <p@rdus.de>
Thu, 9 Apr 2009 20:17:31 +0000 (22:17 +0200)
committerGunnar Wrobel <p@rdus.de>
Thu, 9 Apr 2009 20:17:31 +0000 (22:17 +0200)
framework/Kolab_Server/test/Horde/Kolab/Server/ServerTest.php

index 9ee7b25..f20b84d 100644 (file)
@@ -153,6 +153,21 @@ class Horde_Kolab_Server_None extends Horde_Kolab_Server
     }
 
     /**
+     * Stub for renaming an object.
+     *
+     * @param string $uid The UID of the object to be renamed.
+     * @param string $new The new UID of the object.
+     *
+     * @return boolean True if renaming succeeded.
+     *
+     * @throws Horde_Kolab_Server_Exception
+     */
+    public function rename($uid, $new)
+    {
+        throw new Horde_Kolab_Server_Exception('Not implemented!');
+    }
+
+    /**
      * Determine the type of a Kolab object.
      *
      * @param string $uid The UID of the object to examine.