ModelNotFoundException
class ModelNotFoundException extends RuntimeException (View source)
Свойства
| protected string | $model | Имя затронутого Eloquent-модели. |
Методы
| $this | setModel(string $model) Установить затронутую Eloquent-модель. | |
| string | getModel() Получить затронутую Eloquent-модель. |
Подробности
$this setModel(string $model)
Установить затронутую Eloquent-модель.
string getModel()
Получить затронутую Eloquent-модель.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/4.2/Illuminate/Database/Eloquent/ModelNotFoundException.html