|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
ADT definition base class. More...
Inheritance diagram for ilADTDefinition:
Collaboration diagram for ilADTDefinition:Public Member Functions | |
| __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 Member Functions | |
| reset () | |
| Init property defaults. More... | |
Protected Attributes | |
| $allow_null | |
| ilADTDefinition::__construct | ( | ) |
Constructor.
Definition at line 20 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 30 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, ilADTGroupDefinition, ilADTIntegerDefinition, ilADTInternalLinkDefinition, ilADTLocationDefinition, ilADTMultiEnumDefinition, ilADTMultiTextDefinition, and ilADTTextDefinition.
| ilADTDefinition::isNullAllowed | ( | ) |
Is null currently allowed.
Definition at line 63 of file class.ilADTDefinition.php.
References $allow_null.
|
protected |
Init property defaults.
Reimplemented in ilADTEnumDefinition, ilADTFloatDefinition, ilADTGroupDefinition, and ilADTMultiEnumDefinition.
Definition at line 38 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 | ( | $a_value | ) |
Toggle null allowed status.
| bool | $a_value |
Definition at line 53 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().