website/application/admin/command/Crud/stubs/mixins/radio.stub
2025-05-09 01:14:04 +08:00

7 lines
198 B
Plaintext

public function {%methodName%}($value, $data)
{
$value = $value ?: ($data['{%field%}'] ?? '');
$list = $this->{%listMethodName%}();
return $list[$value] ?? '';
}