ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
getMaxLength () | |
setMaxLength (?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 |
![]() | |
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(), and null.
|
protected |
Definition at line 23 of file class.ilADTTextDefinition.php.
Referenced by getMaxLength().