Model/CategoryInterface.php
changeset 83 e9f04298bdfa
parent 2 13f43f53d0ba
--- a/Model/CategoryInterface.php	Thu Mar 01 18:44:24 2012 +0100
+++ b/Model/CategoryInterface.php	Fri Mar 02 16:50:38 2012 +0100
@@ -20,6 +20,13 @@
     function getId();
     
     /**
+     * Set id
+     *
+     * @param integer $id
+     */
+    function setId($id);
+    
+    /**
      * Set label
      *
      * @param string $label