|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Inheritance diagram for ilADTTextDefinition:
Collaboration diagram for ilADTTextDefinition:Public Member Functions | |
| getMaxLength () | |
| setMaxLength ($a_value) | |
| isComparableTo (ilADT $a_adt) | |
| Check if given ADT is comparable to self. More... | |
Public Member Functions inherited from ilADTDefinition | |
| __construct () | |
| Constructor. More... | |
| getType () | |
| Get type (from class/instance) More... | |
| setAllowNull ($a_value) | |
| Toggle null allowed status. More... | |
| isNullAllowed () | |
| Is null currently allowed. More... | |
| isComparableTo (ilADT $a_adt) | |
| Check if given ADT is comparable to self. More... | |
Protected Attributes | |
| $max_length | |
Protected Attributes inherited from ilADTDefinition | |
| $allow_null | |
Additional Inherited Members | |
Protected Member Functions inherited from ilADTDefinition | |
| reset () | |
| Init property defaults. More... | |
Definition at line 3 of file class.ilADTTextDefinition.php.
| ilADTTextDefinition::getMaxLength | ( | ) |
| ilADTTextDefinition::isComparableTo | ( | ilADT | $a_adt | ) |
Check if given ADT is comparable to self.
| ilADT | $a_adt |
Reimplemented from ilADTDefinition.
Definition at line 28 of file class.ilADTTextDefinition.php.
| ilADTTextDefinition::setMaxLength | ( | $a_value | ) |
Definition at line 15 of file class.ilADTTextDefinition.php.
|
protected |
Definition at line 5 of file class.ilADTTextDefinition.php.
Referenced by getMaxLength().