allocatr/application/admin/command/Crud/stubs/mixins/radio.stub
2025-02-24 14:41:39 +08:00

7 lines
198 B
Plaintext
Executable File

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