mixed __call(string $method, array $parameters) Handle dynamic method calls
mixed __get(string $key) Dynamically retrieve attributes on the model.
bool touch() Update the model's update timestamp.
static void unguard(bool $state = true) Disable all mass assignable
mixed offsetGet(mixed $offset) Get the value for a given offset.
$this setRelation(string $relation, mixed $value) Set the specific relationship
mixed getAttribute(string $key) Get an attribute from the model.
Model replicate(array $except = null)
Builder getQuery()
Page 51 of 87