htmlDecode.stub 128 B

12345
  1. public function get{%field%}Attr($value): string
  2. {
  3. return !$value ? '' : htmlspecialchars_decode($value);
  4. }