コード例 #1
0
ファイル: SetMapper.php プロジェクト: sonars/tree
 protected function pruneScope()
 {
     if ($this->node->exists) {
         return $this->node->descendants();
     }
     return $this->node->newNestedSetQuery();
 }