SupportsPartialRelations
interface SupportsPartialRelations
Methods
bool
isOneOfMany()
Determine whether the relationship is a one-of-many relationship.
Builder|null
getOneOfManySubQuery()
Get the one of many inner join subselect query builder instance.
Details
at line 15
SupportsPartialRelations
ofMany(array|string|null $column = 'id', string|Closure|null $aggregate = 'MAX', string|null $relation = null)
Indicate that the relation is a single result of a larger one-to-many relationship.
at line 20
bool
isOneOfMany()
Determine whether the relationship is a one-of-many relationship.
at line 25
Builder|null
getOneOfManySubQuery()
Get the one of many inner join subselect query builder instance.