|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ilADTTextDefinition:
Collaboration diagram for ilADTTextDefinition:Public Member Functions | |
| getMaxLength () | |
| setMaxLength (?int $a_value) | |
| isComparableTo (ilADT $a_adt) | |
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 | $max_length = null |
Protected Attributes inherited from ilADTDefinition | |
| bool | $allow_null |
Definition at line 21 of file class.ilADTTextDefinition.php.
| ilADTTextDefinition::getMaxLength | ( | ) |
| ilADTTextDefinition::isComparableTo | ( | ilADT | $a_adt | ) |
Definition at line 43 of file class.ilADTTextDefinition.php.
| ilADTTextDefinition::setMaxLength | ( | ?int | $a_value | ) |
Definition at line 32 of file class.ilADTTextDefinition.php.
References ILIAS\Repository\int().
Here is the call graph for this function:
|
protected |
Definition at line 23 of file class.ilADTTextDefinition.php.
Referenced by getMaxLength().