static bool hasGlobalScope(Scope|string $scope) Determine if a model has a global scope. Parameters Scope|string $scope Return Value bool
bool hasGetMutator(string $key) Determine if a get mutator exists for an attribute. Parameters string $key Return Value bool
bool hasCast(string $key, array|string|null $types = null) Determine whether an attribute should be cast to a native type. Parameters string $key array|string|null $types Return Value bool
$this guard(array $guarded) Set the guarded attributes for the model. Parameters array $guarded Return Value $this
array getVisible() Get the visible attributes for the model. Return Value array
string getUpdatedAtColumn() Get the name of the "updated at" column. Return Value string
array getTouchedRelations() Get the relationships that are touched on save. Return Value array
string getTable() Get the table associated with the model. Return Value string
string getRouteKeyName() Get the route key for the model. Return Value string
mixed getRouteKey() Get the value of the model's route key. Return Value mixed
Page 47 of 996