int rawUpdate(array $attributes = array()) Run a raw update against the base query. Parameters array $attributes Return Value int
static bool hasMacro(string $name) Checks if macro is registered. Parameters string $name Return Value bool
string name() Get the name of the view. Return Value string
$this pushMiddlewareToGroup(string $group, string $middleware) Add a middleware to the end of a middleware group. If the middleware is already in the group, it will not be added again. Parameters string $group string $middleware Return Value $this
bool|null forceDelete() Force a hard delete on a soft deleted model. Return Value bool|null
Collection diff(mixed $items) Diff the collection with the given items. Parameters mixed $items Return Value Collection
void touchOwners() Touch the owning relations of the model. Return Value void
bool hasForLocale(string $key, string|null $locale = null) Determine if a translation exists for a given locale. Parameters string $key string|null $locale Return Value bool
$this quarterly() Schedule the event to run quarterly. Return Value $this
bool isDeleted() Determine if the job has been deleted. Return Value bool
Page 380 of 996