\App\Admin\Metrics\ExamplesTickets

Summary

Methods
Properties
Constants
handle()
withChart()
withContent()
withFooter()
No public properties found
No constants found
init()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

handle()

handle(\Illuminate\Http\Request  $request) : mixed|void

处理请求

Parameters

\Illuminate\Http\Request $request

Returns

mixed|void —

withChart()

withChart(int  $data) : $this

设置图表数据.

Parameters

int $data

Returns

$this —

withContent()

withContent(string  $content) : $this

卡片内容

Parameters

string $content

Returns

$this —

withFooter()

withFooter(string  $new, string  $open, string  $response) : $this

卡片底部内容.

Parameters

string $new
string $open
string $response

Returns

$this —

init()

init() : mixed

初始化卡片内容

Returns

mixed —