ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
ADT definition base class. More...
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().
ilADTDefinition::getType | ( | ) |
Get type (from class/instance)
Definition at line 30 of file class.ilADTDefinition.php.
Referenced by ilADTEnumSearchBridgeMulti\convertADTDefinitionToMulti(), ilADTFactory\getInstanceByDefinition(), and ilADTFactory\getSearchBridgeForDefinitionInstance().
|
abstract |
Check if given ADT is comparable to self.
ilADT | $a_adt |
Referenced by isNullAllowed().
ilADTDefinition::isNullAllowed | ( | ) |
Is null currently allowed.
Definition at line 63 of file class.ilADTDefinition.php.
References $allow_null, and isComparableTo().
|
protected |
Init property defaults.
Definition at line 38 of file class.ilADTDefinition.php.
References setAllowNull().
Referenced by __construct().
ilADTDefinition::setAllowNull | ( | $a_value | ) |
Toggle null allowed status.
bool | $a_value |
Definition at line 53 of file class.ilADTDefinition.php.
Referenced by reset().
|
protected |
Definition at line 13 of file class.ilADTDefinition.php.
Referenced by isNullAllowed().