PHP Class Mongolid\Exception\ModelNotFoundException

Inheritance: extends RuntimeExceptio\RuntimeException
Afficher le fichier Open project: leroy-merlin-br/mongolid

Protected Properties

Свойство Type Description
$message string Exception message.
$model string Name of the affected Mongolid model.

Méthodes publiques

Méthode Description
getModel ( ) : string Get the affected Mongolid model.
setModel ( string $model ) Set the affected Mongolid model.

Method Details

getModel() public méthode

Get the affected Mongolid model.
public getModel ( ) : string
Résultat string

setModel() public méthode

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

Property Details

$message protected_oe property

Exception message.
protected string $message
Résultat string

$model protected_oe property

Name of the affected Mongolid model.
protected string $model
Résultat string