\App\Admin\Metrics\ExamplesTotalUsers

Summary

Methods
Properties
Constants
handle()
up()
down()
footer()
renderContent()
renderFooter()
No public properties found
No constants found
init()
$footer
N/A
No private methods found
No private properties found
N/A

Properties

$footer

$footer : string|\Illuminate\Contracts\Support\Renderable|\Closure

卡片底部内容.

Type

Closure

Methods

handle()

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

处理请求.

Parameters

\Illuminate\Http\Request $request

up()

up(int  $percent) : $this

Parameters

int $percent

Returns

$this —

down()

down(int  $percent) : $this

Parameters

int $percent

Returns

$this —

footer()

footer(string|\Illuminate\Contracts\Support\Renderable|\Closure  $footer) : $this

设置卡片底部内容.

Parameters

string|\Illuminate\Contracts\Support\Renderable|\Closure $footer

Returns

$this —

renderContent()

renderContent() : string

渲染卡片内容.

Returns

string —

renderFooter()

renderFooter() : string

渲染卡片底部内容.

Returns

string —

init()

init() : mixed

初始化卡片.

Returns

mixed —