Files
2026-03-18 15:54:43 +08:00

5 lines
128 B
Plaintext

public function get{%field%}Attr($value): string
{
return !$value ? '' : htmlspecialchars_decode($value);
}