PHP Class Ts\Models\ChannelFollow

Author: Seven Du ([email protected])
Inheritance: extends Ts\Bases\Model
Afficher le fichier Open project: medz/thinksns-4

Protected Properties

Свойство Type Description
$fillable array 表字段
$primaryKey string 表主键
$softDelete boolean 设置是否开启软删除
$table string 表名称

Méthodes publiques

Méthode Description
cate ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany 数据分类信息

Method Details

cate() public méthode

数据分类信息
Author: Seven Du ([email protected])
public cate ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany
Résultat Illuminate\Database\Eloquent\Relations\BelongsToMany

Property Details

$fillable protected_oe property

表字段
protected array $fillable
Résultat array

$primaryKey protected_oe property

表主键
protected string $primaryKey
Résultat string

$softDelete protected_oe property

设置是否开启软删除
protected bool $softDelete
Résultat boolean

$table protected_oe property

表名称
protected string $table
Résultat string