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
Collection getEager() Get the relationship for eager loading. Return Value Collection
Page 608 of 996