MCPcopy Create free account
hub / github.com/CoderOpen/waimai / showStatus

Method showStatus

app/Models/ChiHe/Link.php:33–44  ·  view source on GitHub ↗

const UPDATED_AT = null;

($type = null)

Source from the content-addressed store, hash-verified

31
32 //const UPDATED_AT = null;
33 static function showStatus($type = null)
34 {
35 $map = [
36 1 => '显示',
37 2 => '隐藏',
38 ];
39
40 if ($type) {
41 return $map[$type] ?? '';
42 }
43 return $map;
44 }
45
46 /**
47 * 获取设置

Callers 4

gridMethod · 0.45
formMethod · 0.45
gridMethod · 0.45
formMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected