Model/Tag.php
changeset 11 5f038a505cd7
parent 8 7d2fb5d7c9ff
child 14 673b2766024e
--- a/Model/Tag.php	Fri Oct 21 19:22:06 2011 +0200
+++ b/Model/Tag.php	Mon Oct 24 18:45:34 2011 +0200
@@ -302,5 +302,14 @@
         return $this->category;
     }
     
+    /**
+     * Set category to Null
+     *
+     */
+    function nullCategory()
+    {
+        return $this->setCategory(NULL);
+    }
+    
      
  }
\ No newline at end of file