website/application/admin/command/Crud/stubs/mixins/radio.stub

7 lines
198 B
Plaintext
Raw Permalink Normal View History

2025-05-09 01:14:04 +08:00
public function {%methodName%}($value, $data)
{
$value = $value ?: ($data['{%field%}'] ?? '');
$list = $this->{%listMethodName%}();
return $list[$value] ?? '';
}