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 getPlainMorphType() Get the plain morph type name without the table. 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 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
Page 438 of 996