Documentation

ModelNotFoundException extends RuntimeException
in package

Table of Contents

$ids  : int|array<string|int, mixed>
The affected model IDs.
$model  : string
Name of the affected Eloquent model.
getIds()  : int|array<string|int, mixed>
Get the affected Eloquent model IDs.
getModel()  : string
Get the affected Eloquent model.
setModel()  : $this
Set the affected Eloquent model and instance ids.

Properties

Methods

getIds()

Get the affected Eloquent model IDs.

public getIds() : int|array<string|int, mixed>
Return values
int|array<string|int, mixed>

setModel()

Set the affected Eloquent model and instance ids.

public setModel(string $model[, int|array<string|int, mixed> $ids = [] ]) : $this
Parameters
$model : string
$ids : int|array<string|int, mixed> = []
Return values
$this

Search results