Model/CategoryInterface.php
changeset 84 2f03faa51ba1
parent 83 e9f04298bdfa
--- a/Model/CategoryInterface.php	Thu Mar 01 18:44:48 2012 +0100
+++ b/Model/CategoryInterface.php	Tue Mar 20 11:45:54 2012 +0100
@@ -20,6 +20,13 @@
     function getId();
     
     /**
+     * Set id
+     *
+     * @param integer $id
+     */
+    function setId($id);
+    
+    /**
      * Set label
      *
      * @param string $label