19 declare(strict_types=1);
41 return self::TYPE_FLOAT;
44 protected function init(): void
58 $def->setMin($this->
getMin());
59 $def->setMax($this->
getMax());
71 $this->decimals = max(self::MIN_DECIMALS, abs((
int) $a_value));
90 parent::importFieldDefinition($a_def);
91 $this->
setDecimals($a_def[
"decimals"] ?? self::MIN_DECIMALS);
96 $def = parent::getFieldDefinition();
107 $res = parent::getFieldDefinitionForTableGUI($content_language);
120 bool $a_disabled =
false,
128 parent::addCustomFieldToDefinitionForm($a_form, $a_disabled,
$language);
132 $decimals->setValue((
string) $this->
getDecimals());
133 $decimals->setSize(5);
137 $decimals->setDisabled(
true);
146 parent::importCustomDefinitionFormPostValues($a_form,
$language);
157 parent::addPropertiesToXML($a_writer);
163 if ($a_key ==
"decimals") {
167 parent::importXMLProperty($a_key, $a_value);
setDecimals($a_value)
Set decimals.
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
AMD field type float (based on integer)
importXMLProperty(string $a_key, string $a_value)
getDecimals()
Get decimals.
importCustomDefinitionFormPostValues(ilPropertyFormGUI $a_form, string $language='')
Import custom post values from definition form.
addPropertiesToXML(ilXmlWriter $a_writer)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
getFieldDefinitionForTableGUI(string $content_language)
addCustomFieldToDefinitionForm(ilPropertyFormGUI $a_form, bool $a_disabled=false, string $language='')
Add input elements to definition form.
__construct(Container $dic, ilPlugin $plugin)
GenericData $generic_data
xmlElement(string $tag, $attrs=null, $data=null, $encode=true, $escape=true)
Writes a basic element (no children, just textual content)
language()
description: > Example for rendring a language glyph.
__construct(GenericData $generic_data, string $language='')
ADT definition base class.
importFieldDefinition(array $a_def)