ILIAS  release_8 Revision v8.24
class.ilDclNumberRecordFieldModel.php
Go to the documentation of this file.
1<?php
2
20{
21 public function parseValue($value): ?float
22 {
23 return ($value == '') ? null : $value; //SW, Ilias Mantis #0011799: Return null otherwise '' is casted to 0 in DB
24 }
25}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
parseValue($value)
Function to parse incoming data from form input value $value.