HasDatabaseNotifications trait HasDatabaseNotifications (View source) Methods notifications() Get the entity's notifications. readNotifications() Get the entity's read notifications. unreadNotifications() Get the entity's unread notifications.
$this whereRaw(string $sql, mixed $bindings = array(), string $boolean = 'and') Add a raw where clause to the query. Parameters string $sql mixed $bindings string $boolean Return Value $this
void putMany(array $values, float|int $minutes) Store multiple items in the cache for a given number of minutes. Parameters array $values float|int $minutes Return Value void
SeedCommand class SeedCommand extends Command (View source) Traits ConfirmableTrait
write($sessionId, $data) {@inheritdoc} Parameters $sessionId $data
array all() Get a list of all of the failed jobs. Return Value array
void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void
bool isDirty(array|string|null $attributes = null) Determine if the model or given attribute(s) have been modified. Parameters array|string|null $attributes Return Value bool
mixed __call(string $method, array $parameters) Handle dynamic method calls to the relationship. Parameters string $method array $parameters Return Value mixed
array except(array|mixed $keys) Get all of the input except for a specified array of items. Parameters array|mixed $keys Return Value array
Page 760 of 996