ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Public Member Functions | |
getMaxLength () | |
setMaxLength (int $a_value) | |
getMaxSize () | |
setMaxSize (int $a_value) | |
isComparableTo (ilADT $a_adt) | |
![]() | |
__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 |
int | $max_size = null |
![]() | |
bool | $allow_null |
Definition at line 21 of file class.ilADTMultiTextDefinition.php.
ilADTMultiTextDefinition::getMaxLength | ( | ) |
Definition at line 28 of file class.ilADTMultiTextDefinition.php.
References $max_length.
ilADTMultiTextDefinition::getMaxSize | ( | ) |
ilADTMultiTextDefinition::isComparableTo | ( | ilADT | $a_adt | ) |
Definition at line 56 of file class.ilADTMultiTextDefinition.php.
ilADTMultiTextDefinition::setMaxLength | ( | int | $a_value | ) |
Definition at line 33 of file class.ilADTMultiTextDefinition.php.
ilADTMultiTextDefinition::setMaxSize | ( | int | $a_value | ) |
Definition at line 46 of file class.ilADTMultiTextDefinition.php.
|
protected |
Definition at line 23 of file class.ilADTMultiTextDefinition.php.
Referenced by getMaxLength().
|
protected |
Definition at line 24 of file class.ilADTMultiTextDefinition.php.
Referenced by getMaxSize().