public function getCleanedValue() { return (double) str_replace(',', '.', parent::getCleanedValue()); }
public function getCleanedValue() { return is_numeric(parent::getCleanedValue()) ? (int) parent::getCleanedValue() : null; }