ソースを参照

Edited doc/tree.md via GitHub

Leevi Graham 14 年 前
コミット
642d164af5
1 ファイル変更1 行追加1 行削除
  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;    
         }