Model/Category.php
changeset 83 e9f04298bdfa
parent 2 13f43f53d0ba
--- a/Model/Category.php	Thu Mar 01 18:44:24 2012 +0100
+++ b/Model/Category.php	Fri Mar 02 16:50:38 2012 +0100
@@ -34,6 +34,17 @@
         return $this->id;
     }
     
+    
+    /**
+     * Set id
+     *
+     * @param integer $id
+     */
+    function setId($id)
+    {
+        $this->id = $id;
+    }
+    
     /**
      * Set label
      *