PHP Класс Mongolid\Exception\ModelNotFoundException

Наследование: extends RuntimeExceptio\RuntimeException
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$message string Exception message.
$model string Name of the affected Mongolid model.

Открытые методы

Метод Описание
getModel ( ) : string Get the affected Mongolid model.
setModel ( string $model ) Set the affected Mongolid model.

Описание методов

getModel() публичный метод

Get the affected Mongolid model.
public getModel ( ) : string
Результат string

setModel() публичный метод

Set the affected Mongolid model.
public setModel ( string $model )
$model string Name of the model.

Описание свойств

$message защищенное свойство

Exception message.
protected string $message
Результат string

$model защищенное свойство

Name of the affected Mongolid model.
protected string $model
Результат string