27 if ($a_value !==
null) {
28 $a_value = (bool) $a_value;
30 $this->value = $a_value;
43 if ($this->isComparableTo($a_adt)) {
44 return ($this->
getStatus() === $a_adt->getStatus());
90 $obj =
new stdClass();
98 if (is_object($a_std)) {
An exception for terminatinating execution or to throw for unit testing.
importStdClass($a_std)
Import value from stdClass.
equals(ilADT $a_adt)
Check if given ADT equals self.
reset()
Init property defaults.
isSmaller(ilADT $a_adt)
Check if given ADT is smaller than self.
isValidDefinition(ilADTDefinition $a_def)
Check if definition is valid for ADT.
isValid()
Is currently valid.
isNull()
Is currently null.
exportStdClass()
Export value as stdClass.
isLarger(ilADT $a_adt)
Check if given ADT is larger than self.
getCheckSum()
Get unique checksum.
ADT definition base class.