PHP Class think\db\exception\ModelNotFoundException

Inheritance: extends think\exception\DbException
Afficher le fichier Open project: top-think/framework

Protected Properties

Свойство Type Description
$model

Méthodes publiques

Méthode Description
__construct ( string $message, string $model = '', array $config = [] ) 构造方法
getModel ( ) : string 获取模型类名

Method Details

__construct() public méthode

构造方法
public __construct ( string $message, string $model = '', array $config = [] )
$message string
$model string
$config array

getModel() public méthode

获取模型类名
public getModel ( ) : string
Résultat string

Property Details

$model protected_oe property

protected $model