trait UseInteraction

Properties

protected string $style 样式
protected int $length

Methods

styleDropdown(int $length = 5, bool $icon = false)

下拉样式

request(string $title, string $url)

请求

page(string $title, string $url, string $type)

页面

dialog(string $title, string $url, string $type)

对话框

copy(string $title, string $content)

复制内容

progress(string $title, string $url)

进度

Details

at line 31
UseInteraction styleDropdown(int $length = 5, bool $icon = false)

下拉样式

Parameters

int $length 长度
bool $icon 图标

Return Value

UseInteraction

at line 49
RequestAction request(string $title, string $url)

请求

Parameters

string $title
string $url

Return Value

RequestAction

at line 65
PageAction page(string $title, string $url, string $type)

页面

Parameters

string $title
string $url
string $type

Return Value

PageAction

at line 82
DialogAction dialog(string $title, string $url, string $type)

对话框

Parameters

string $title
string $url
string $type

Return Value

DialogAction

at line 97
CopyAction copy(string $title, string $content)

复制内容

Parameters

string $title
string $content

Return Value

CopyAction

at line 113
ProgressAction progress(string $title, string $url)

进度

Parameters

string $title
string $url

Return Value

ProgressAction