$this setTablePrefix(string $prefix) Set the grammar's table prefix. Parameters string $prefix Return Value $this
$this setConnection(string $name) Set the connection associated with the model. Parameters string $name Return Value $this
array attributesToArray() Convert the model's attributes to an array. Return Value array
string getConnectionName() Get the current connection name for the model. Return Value string
string extension(string $path) Extract the file extension from a file path. Parameters string $path Return Value string
bool hasTimestampAttributes() Determine if the pivot model has timestamp attributes. Return Value bool
static void spy() Convert the facade into a Mockery spy. Return Value void
$this syncOriginalAttribute(string $attribute) Sync a single original attribute with its current value. Parameters string $attribute Return Value $this
$this setIncrementing(bool $value) Set whether IDs are incrementing. Parameters bool $value Return Value $this
void __set(string $key, mixed $value) Dynamically set attributes on the model. Parameters string $key mixed $value Return Value void
Page 234 of 996