Builder getRelationCountQuery(Builder $query, Builder $parent) Add the constraints for a relationship count query. Parameters Builder $query Builder $parent Return Value Builder
string getRelationCountHash() Get a relationship join table hash. Return Value string
Model getRelated() Get the related model of the relation. Return Value Model
Builder getQuery() Get the underlying query for the relation. Return Value Builder
string getQualifiedParentKeyName() Get the fully qualified parent key name. Return Value string
string getPlainForeignKey() Get the plain foreign key. Return Value string
mixed getParentKey() Get the key value of the parent's local key. Return Value mixed
Model getParent() Get the parent model of the relation. Return Value Model
string getHasCompareKey() Get the key for comparing against the parent key in "has" query. Return Value string
string getForeignKey() Get the foreign key for the relationship. Return Value string
Page 596 of 996