Baum\Node::scopeWithoutSelf PHP Méthode

scopeWithoutSelf() public méthode

Extracts current node (self) from current query expression.
public scopeWithoutSelf ( $query ) : Builder
Résultat Illuminate\Database\Query\Builder
    public function scopeWithoutSelf($query)
    {
        return $this->scopeWithoutNode($query, $this);
    }