4 require_once
"Services/AdvancedMetaData/classes/Types/class.ilAdvancedMDFieldDefinitionInteger.php";
24 return self::TYPE_FLOAT;
42 $def->setMin($this->
getMin());
43 $def->setMax($this->
getMax());
62 $this->decimals = max(1, abs((
int)$a_value));
82 parent::importFieldDefinition($a_def);
88 $def = parent::getFieldDefinition();
97 $res = parent::getFieldDefinitionForTableGUI();
113 parent::addCustomFieldToDefinitionForm($a_form, $a_disabled);
134 parent::importCustomDefinitionFormPostValues($a_form);
146 parent::addPropertiesToXML($a_writer);
153 if($a_key ==
"decimals")
155 $this->
setDecimals($a_value !=
"" ? $a_value : null);
158 parent::importXMLProperty($a_key, $a_value);
getFieldDefinitionForTableGUI()
importXMLProperty($a_key, $a_value)
setDecimals($a_value)
Set decimals.
AMD field type float (based on integer)
xmlElement($tag, $attrs=NULL, $data=Null, $encode=TRUE, $escape=TRUE)
Writes a basic element (no children, just textual content)
getDecimals()
Get decimals.
static getInstance()
Get singleton.
addPropertiesToXML(ilXmlWriter $a_writer)
addCustomFieldToDefinitionForm(ilPropertyFormGUI $a_form, $a_disabled=false)
Add input elements to definition form.
importCustomDefinitionFormPostValues(ilPropertyFormGUI $a_form)
Import custom post values from definition form.
importFieldDefinition(array $a_def)