| Methods | ||
|---|---|---|
public
|
closes(string $relation, $callback = null): $this
|
# |
public
|
addConstraints(): void
|
# |
public
|
getRelationExistenceQuery(
Builder<TRelatedModel> $query,
Builder<TDeclaringModel> $parentQuery,
mixed $columns = ['*'],
): Builder<TRelatedModel>
|
# |
public
|
excludingSelf(): $this
|
# |
public
|
includingSelf(): $this
|
# |
public
|
upToDepth(int $depth): $this
|
# |
public
|
maxDepth(int $depth): $this
|
# |
public
|
orderByDepth(string $direction = 'asc'): $this
|
# |
| Properties | |||
|---|---|---|---|
protected
|
int|null
|
$depth = null
|
# |