5 lines
120 B
Plaintext
5 lines
120 B
Plaintext
|
|
public function get{%field%}Attr($value): ?float
|
|
{
|
|
return is_null($value) ? null : (float)$value;
|
|
} |