\App\Setting\ModelSettingConfig

Summary

Methods
Properties
Constants
No public methods found
$incrementing
$timestamps
$key
$value
$name
$group_name
$sort
$remark
No constants found
No protected methods found
$primaryKey
$keyType
$table
$fillable
$casts
N/A
No private methods found
No private properties found
N/A

Properties

$incrementing

$incrementing : 

Type

$timestamps

$timestamps : 

Type

$key

$key : string

配置键名

Type

string

$value

$value : string

配置值

Type

string

$name

$name : string

配置名称

Type

string

$group_name

$group_name : string

组名称

Type

string

$sort

$sort : integer

排序

Type

integer

$remark

$remark : string

备注

Type

string

$primaryKey

$primaryKey : 

Type

$keyType

$keyType : 

Type

$table

$table : string

The table associated with the model.

Type

string

$fillable

$fillable : array

The attributes that are mass assignable.

Type

array

$casts

$casts : array

The attributes that should be cast to native types.

Type

array