defaultEmptyStringMethod.stub 101 B

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