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
Model getParent() Get the parent model of the relation. Return Value Model
string getOtherKey() Get the fully qualified "other key" for the relation. Return Value string
string getMorphType() Get the foreign key "type" name. Return Value string
string getMorphClass() Get the class name of the parent model. Return Value string
string getHasCompareKey() Get the key for comparing against the parent key in "has" query. Return Value string
string getForeignKey() Get the fully qualified foreign key for the relation. Return Value string
Collection getEager() Get the relationship for eager loading. Return Value Collection
Page 408 of 996