| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ilADTFloatDefinition:
 Collaboration diagram for ilADTFloatDefinition:Public Member Functions | |
| handleNumber ($a_value) | |
| getMin () | |
| setMin (?float $a_value) | |
| getMax () | |
| setMax (?float $a_value) | |
| getSuffix () | |
| setSuffix (?string $a_value) | |
| isComparableTo (ilADT $a_adt) | |
| reset () | |
| getDecimals () | |
| setDecimals (int $a_value) | |
  Public Member Functions inherited from ilADTDefinition | |
| __construct () | |
| getType () | |
| Get type (from class/instance)  More... | |
| reset () | |
| Init property defaults.  More... | |
| setAllowNull (bool $a_value) | |
| Toggle null allowed status.  More... | |
| isNullAllowed () | |
| isComparableTo (ilADT $a_adt) | |
| Check if given ADT is comparable to self.  More... | |
Protected Attributes | |
| int | $decimals | 
| float | $min_value | 
| float | $max_value | 
| string | $suffix = '' | 
  Protected Attributes inherited from ilADTDefinition | |
| bool | $allow_null | 
Definition at line 5 of file class.ilADTFloatDefinition.php.
| ilADTFloatDefinition::getDecimals | ( | ) | 
| ilADTFloatDefinition::getMax | ( | ) | 
| ilADTFloatDefinition::getMin | ( | ) | 
| ilADTFloatDefinition::getSuffix | ( | ) | 
| ilADTFloatDefinition::handleNumber | ( | $a_value | ) | 
Definition at line 14 of file class.ilADTFloatDefinition.php.
Referenced by setMax(), and setMin().
 Here is the caller graph for this function:| ilADTFloatDefinition::isComparableTo | ( | ilADT | $a_adt | ) | 
Definition at line 56 of file class.ilADTFloatDefinition.php.
| ilADTFloatDefinition::reset | ( | ) | 
Definition at line 62 of file class.ilADTFloatDefinition.php.
References setDecimals().
 Here is the call graph for this function:| ilADTFloatDefinition::setDecimals | ( | int | $a_value | ) | 
Definition at line 73 of file class.ilADTFloatDefinition.php.
Referenced by reset().
 Here is the caller graph for this function:| ilADTFloatDefinition::setMax | ( | ?float | $a_value | ) | 
Definition at line 41 of file class.ilADTFloatDefinition.php.
References handleNumber().
 Here is the call graph for this function:| ilADTFloatDefinition::setMin | ( | ?float | $a_value | ) | 
Definition at line 31 of file class.ilADTFloatDefinition.php.
References handleNumber().
 Here is the call graph for this function:| ilADTFloatDefinition::setSuffix | ( | ?string | $a_value | ) | 
Definition at line 51 of file class.ilADTFloatDefinition.php.
      
  | 
  protected | 
Definition at line 7 of file class.ilADTFloatDefinition.php.
Referenced by getDecimals().
      
  | 
  protected | 
Definition at line 9 of file class.ilADTFloatDefinition.php.
Referenced by getMax().
      
  | 
  protected | 
Definition at line 8 of file class.ilADTFloatDefinition.php.
Referenced by getMin().
      
  | 
  protected | 
Definition at line 10 of file class.ilADTFloatDefinition.php.
Referenced by getSuffix().