Baum\Node::scopeWithoutSelf PHP Метод

scopeWithoutSelf() публичный Метод

Extracts current node (self) from current query expression.
public scopeWithoutSelf ( $query ) : Builder
Результат Illuminate\Database\Query\Builder
    public function scopeWithoutSelf($query)
    {
        return $this->scopeWithoutNode($query, $this);
    }