final class SettingWidget

设置

Traits

Methods

coreModule()

获取核心的模块

bool
queryHas(string $query, string $type)

检测查询类型是否存在

from  UseQuery
string
queryAfter(string $query, string $type)

检测查询类型是否存在

from  UseQuery
resp(string $path)

No description

Details

in CoreTrait at line 14
ModuleManager coreModule()

获取核心的模块

Return Value

ModuleManager

in CoreTrait at line 23
PermissionManager corePermission()

权限管理

Return Value

PermissionManager

in UseQuery at line 16
protected bool queryHas(string $query, string $type)

检测查询类型是否存在

Parameters

string $query 查询内容
string $type 查询类型

Return Value

bool

in UseQuery at line 31
protected string queryAfter(string $query, string $type)

检测查询类型是否存在

Parameters

string $query 查询内容
string $type 查询类型

Return Value

string

at line 19
resp(string $path)

No description

Parameters

string $path