|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilADTMultiTextDefinition:
Collaboration diagram for ilADTMultiTextDefinition:Public Member Functions | |
| getMaxLength () | |
| setMaxLength (int $a_value) | |
| getMaxSize () | |
| setMaxSize (int $a_value) | |
| isComparableTo (ilADT $a_adt) | |
| Check if given ADT is comparable to self. More... | |
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 |
| int | $max_size = null |
Protected Attributes inherited from ilADTDefinition | |
| 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 | ( | ) |
Definition at line 41 of file class.ilADTMultiTextDefinition.php.
References $max_size.
| ilADTMultiTextDefinition::isComparableTo | ( | ilADT | $a_adt | ) |
Check if given ADT is comparable to self.
| ilADT | $a_adt |
Reimplemented from ilADTDefinition.
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().