PHP Class Adldap\Models\ModelDoesNotExistException

Inheritance: extends Adldap\AdldapException
Afficher le fichier Open project: adldap2/adldap2

Protected Properties

Свойство Type Description
$model string The class name of the model that does not exist.

Méthodes publiques

Méthode Description
setModel ( string $model ) : ModelDoesNotExistException Sets the model that does not exist.

Method Details

setModel() public méthode

Sets the model that does not exist.
public setModel ( string $model ) : ModelDoesNotExistException
$model string
Résultat ModelDoesNotExistException

Property Details

$model protected_oe property

The class name of the model that does not exist.
protected string $model
Résultat string