__construct()
__construct(\think\Model $parent, string $model, string $morphKey, string $morphType, string $type) : mixed
构造函数
Parameters
\think\Model |
$parent |
上级模型对象
|
string |
$model |
模型名
|
string |
$morphKey |
关联外键
|
string |
$morphType |
多态字段名
|
string |
$type |
多态类型
|
Returns
mixed
—