Ejemplo n.º 1
0
 public static function getMaskedRow($row)
 {
     return array_map('trim', parent::getMaskedRow($row));
 }