Sfoglia il codice sorgente

Edited doc/tree.md via GitHub

Leevi Graham 14 anni fa
parent
commit
642d164af5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      doc/tree.md

+ 1 - 1
doc/tree.md

@@ -186,7 +186,7 @@ cache is activated
             return $this->title;
         }
         
-        public function setParent(Category $parent)
+        public function setParent(Category $parent = null)
         {
             $this->parent = $parent;    
         }