\App\ModelsProduct

Summary

Methods
Properties
Constants
getFields()
scopeHot()
scopePriceRange()
No public properties found
No constants found
No protected methods found
$table
$fillable
N/A
No private methods found
No private properties found
N/A

Properties

$table

$table

$fillable

$fillable

Methods

getFields()

getFields(?string  $field = null) : array

Parameters

?string $field

Returns

array —

scopeHot()

scopeHot(mixed  $query, mixed  $value) : mixed

定义搜索器:热门商品 对应搜索参数: ['hot' => 1]

Parameters

mixed $query
mixed $value

Returns

mixed —

scopePriceRange()

scopePriceRange(mixed  $query, mixed  $value) : mixed

定义搜索器:价格区间 对应搜索参数: ['price_range' => [100, 500]]

Parameters

mixed $query
mixed $value

Returns

mixed —