string fromDateTime(DateTime|int $value) Convert a DateTime to a storable string. Parameters DateTime|int $value Return Value string
string freshTimestampString() Get a fresh timestamp for the model. Return Value string
Carbon freshTimestamp() Get a fresh timestamp for the model. Return Value Carbon
Model|null fresh(array|string $with = array()) Reload a fresh model instance from the database. Parameters array|string $with Return Value Model|null
$this forceFill(array $attributes) Fill the model with an array of attributes. Force mass assignment. Parameters array $attributes Return Value $this
bool|null forceDelete() Force a hard delete on a soft deleted model. This method protects developers from running forceDelete when trait is missing. Return Value bool|null
static Model forceCreate(array $attributes) Save a new model and return the instance. Allow mass-assignment. Parameters array $attributes Return Value Model
static void flushEventListeners() Remove all of the event listeners for the model. Return Value void
$this fillable(array $fillable) Set the fillable attributes for the model. Parameters array $fillable Return Value $this
$this fill(array $attributes) Fill the model with an array of attributes. Parameters array $attributes Return Value $this Exceptions MassAssignmentException
Page 462 of 996