Baum\Node::scopeWithoutRoot PHP Méthode

scopeWithoutRoot() public méthode

Extracts first root (from the current node p-o-v) from current query expression.
public scopeWithoutRoot ( $query ) : Builder
Résultat Illuminate\Database\Query\Builder
    public function scopeWithoutRoot($query)
    {
        return $this->scopeWithoutNode($query, $this->getRoot());
    }