Methods |
public
|
is(Model|null $model): bool
Determine if the model is the related instance of the relationship.
Determine if the model is the related instance of the relationship.
|
#
|
public
|
isNot(Model|null $model): bool
Determine if the model is not the related instance of the relationship.
Determine if the model is not the related instance of the relationship.
|
#
|
abstract
public
|
getParentKey(): mixed
Get the value of the parent model's key.
Get the value of the parent model's key.
|
#
|
abstract
protected
|
getRelatedKeyFrom(Model $model): mixed
Get the value of the model's related key.
Get the value of the model's related key.
|
#
|
protected
|
compareKeys(mixed $parentKey, mixed $relatedKey): bool
Compare the parent key with the related key.
Compare the parent key with the related key.
|
#
|