string getQualifiedOtherKeyName() Get the fully qualified associated key of the relationship. Return Value string
string getQualifiedForeignKey() Get the fully qualified foreign key of the relationship. Return Value string
Model getParent() Get the parent model of the relation. Return Value Model
string getOtherKey() Get the associated key of the relationship. Return Value string
string getMorphType() Get the foreign key "type" name. Return Value string
string getForeignKey() Get the foreign key of the relationship. Return Value string
Collection getEager() Get the results of the relationship. Called via eager load method of Eloquent query builder. Return Value Collection
array getDictionary() Get the dictionary used by the relationship. Return Value array
Builder getBaseQuery() Get the base query builder driving the Eloquent builder. Return Value Builder
Model dissociate() Dissociate previously associated model from the given parent. Return Value Model
Page 413 of 996