Methods |
public
|
getRouteKey(): mixed
Get the value of the resource's route key.
Get the value of the resource's route key.
|
#
|
public
|
getRouteKeyName(): string
Get the route key for the resource.
Get the route key for the resource.
|
#
|
public
|
resolveRouteBinding(mixed $value, string|null $field = null): void
Retrieve the model for a bound value.
Retrieve the model for a bound value.
Throws
|
#
|
public
|
resolveChildRouteBinding(string $childType, mixed $value, string|null $field = null): void
Retrieve the model for a bound value.
Retrieve the model for a bound value.
Throws
|
#
|
public
|
offsetExists(mixed $offset): bool
Determine if the given attribute exists.
Determine if the given attribute exists.
|
#
|
public
|
offsetGet(mixed $offset): mixed
Get the value for a given offset.
Get the value for a given offset.
|
#
|
public
|
offsetSet(mixed $offset, mixed $value): void
Set the value for a given offset.
Set the value for a given offset.
|
#
|
public
|
offsetUnset(mixed $offset): void
Unset the value for a given offset.
Unset the value for a given offset.
|
#
|
public
|
__isset(string $key): bool
Determine if an attribute exists on the resource.
Determine if an attribute exists on the resource.
|
#
|
public
|
__unset(string $key): void
Unset an attribute on the resource.
Unset an attribute on the resource.
|
#
|
public
|
__get(string $key): mixed
Dynamically get properties from the underlying resource.
Dynamically get properties from the underlying resource.
|
#
|
public
|
__call(string $method, array $parameters): mixed
Dynamically pass method calls to the underlying resource.
Dynamically pass method calls to the underlying resource.
|
#
|