PHP Class Adldap\Models\ModelDoesNotExistException

Inheritance: extends Adldap\AdldapException
Show file Open project: adldap2/adldap2

Protected Properties

Property Type Description
$model string The class name of the model that does not exist.

Public Methods

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

Method Details

setModel() public method

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

Property Details

$model protected property

The class name of the model that does not exist.
protected string $model
return string