PHP Класс Adldap\Models\ModelDoesNotExistException

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

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

Свойство Тип Описание
$model string The class name of the model that does not exist.

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

Метод Описание
setModel ( string $model ) : ModelDoesNotExistException Sets the model that does not exist.

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

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

Sets the model that does not exist.
public setModel ( string $model ) : ModelDoesNotExistException
$model string
Результат ModelDoesNotExistException

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

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

The class name of the model that does not exist.
protected string $model
Результат string