void touchOwners() Touch the owning relations of the model.
$this guard(array $guarded) Set the guarded attributes for the model.
mixed __call(string $method, array $parameters) Handle dynamic method calls
array getDirty() Get the attributes that have been changed since last sync
static void clearBootedModels() Clear the list of booted models
bool hasGetMutator(string $key) Determine if a get mutator exists for an
void offsetSet(mixed $offset, mixed $value) Set the value for a given offset
string getTable() Get the table associated with the model.
string getQualifiedKeyName() Get the table qualified key name.
Page 69 of 87