ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilDclBooleanRecordFieldModel.php
Go to the documentation of this file.
1 <?php
2 
20 {
24  public function parseValue($value): int
25  {
26  return $value ? 1 : 0;
27  }
28 
33  public function parseExportValue($value): int
34  {
35  return $value ? 1 : 0;
36  }
37 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
parseExportValue($value)
Function to parse incoming data from form input value $value.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...