|
ILIAS
release_8 Revision v8.24
|
ADT definition base class. More...
Inheritance diagram for ilADTDefinition:
Collaboration diagram for ilADTDefinition:Public Member Functions | |
| __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 | |
| bool | $allow_null |
ADT definition base class.
Definition at line 11 of file class.ilADTDefinition.php.
| ilADTDefinition::__construct | ( | ) |
Definition at line 15 of file class.ilADTDefinition.php.
References reset().
Here is the call graph for this function:| ilADTDefinition::getType | ( | ) |
Get type (from class/instance)
Reimplemented in ilADTEnumDefinition.
Definition at line 24 of file class.ilADTDefinition.php.
Referenced by ilADTEnumSearchBridgeMulti\convertADTDefinitionToMulti(), ilADTFactory\getInstanceByDefinition(), and ilADTFactory\getSearchBridgeForDefinitionInstance().
Here is the caller graph for this function:
|
abstract |
Check if given ADT is comparable to self.
| ilADT | $a_adt |
Reimplemented in ilADTBooleanDefinition, ilADTDateDefinition, ilADTDateTimeDefinition, ilADTEnumDefinition, ilADTExternalLinkDefinition, ilADTFloatDefinition, ilADTGroupDefinition, ilADTIntegerDefinition, ilADTInternalLinkDefinition, ilADTLocalizedTextDefinition, ilADTLocationDefinition, ilADTMultiEnumDefinition, ilADTMultiTextDefinition, and ilADTTextDefinition.
| ilADTDefinition::isNullAllowed | ( | ) |
Definition at line 51 of file class.ilADTDefinition.php.
References $allow_null.
| ilADTDefinition::reset | ( | ) |
Init property defaults.
Reimplemented in ilADTEnumDefinition, ilADTFloatDefinition, ilADTGroupDefinition, and ilADTMultiEnumDefinition.
Definition at line 32 of file class.ilADTDefinition.php.
References setAllowNull().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilADTDefinition::setAllowNull | ( | bool | $a_value | ) |
Toggle null allowed status.
| bool | $a_value |
Definition at line 46 of file class.ilADTDefinition.php.
Referenced by reset().
Here is the caller graph for this function:
|
protected |
Definition at line 13 of file class.ilADTDefinition.php.
Referenced by isNullAllowed().