Ver Fonte

Edited doc/tree.md via GitHub

Leevi Graham há 14 anos atrás
pai
commit
642d164af5
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      doc/tree.md

+ 1 - 1
doc/tree.md

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