Baum\SetMapper::pruneScope PHP Méthode

pruneScope() protected méthode

protected pruneScope ( )
    protected function pruneScope()
    {
        if ($this->node->exists) {
            return $this->node->descendants();
        }
        return $this->node->newNestedSetQuery();
    }