SysAdPlace
class SysAdPlace extends Model mixin Eloquent
广告位
Traits
对 filter 的封装, 进行页面返回
Filterable
Properties
protected | $table | ||
protected | $fillable | ||
int | $id | id | |
string | $title | 广告位名称 | |
string | $thumb | 广告位示意图 | |
string | $introduce | 广告位介绍 | |
int | $width | 宽度 | |
int | $height | 高度 | |
Carbon|null | $created_at | 创建时间 | |
Carbon|null | $updated_at | 修改时间 |
Methods
static JsonResponse
from
FilterTrait
static array
title()
获取广告位标题
static array
returnAdContent(int $id)
通过广告位id获取广告位内容
static SysAdPlace
filter(mixed $input, mixed $filter)
No description
static SysAdPlace
static SysAdPlace
paginateFilter(mixed $perPage, mixed $columns, mixed $pageName, mixed $page)
No description
static SysAdPlace
simplePaginateFilter(mixed $perPage, mixed $columns, mixed $pageName, mixed $page)
No description
static SysAdPlace
whereBeginsWith(mixed $column, mixed $value, mixed $boolean)
No description
static SysAdPlace
whereEndsWith(mixed $column, mixed $value, mixed $boolean)
No description
static SysAdPlace
whereLike(mixed $column, mixed $value, mixed $boolean)
No description
Details
in
FilterTrait at line 28
mixed
scopePageFilter(Builder $query, PageInfo $pageInfo)
No description
in
FilterTrait at line 41
static JsonResponse
paginationInfo(Model $Db, string|Closure $resource, array $append = [])
No description
at line 54
static array
title()
获取广告位标题
at line 75
static array
returnAdContent(int $id)
通过广告位id获取广告位内容
at line 35
static SysAdPlace
filter(mixed $input, mixed $filter)
No description
at line 35
static SysAdPlace
pageFilter(PageInfo $pageInfo)
No description
at line 35
static SysAdPlace
paginateFilter(mixed $perPage, mixed $columns, mixed $pageName, mixed $page)
No description
at line 35
static SysAdPlace
simplePaginateFilter(mixed $perPage, mixed $columns, mixed $pageName, mixed $page)
No description
at line 35
static SysAdPlace
whereBeginsWith(mixed $column, mixed $value, mixed $boolean)
No description
at line 35
static SysAdPlace
whereEndsWith(mixed $column, mixed $value, mixed $boolean)
No description
at line 35
static SysAdPlace
whereLike(mixed $column, mixed $value, mixed $boolean)
No description