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);
    }