| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
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)
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 | 
Referenced by isNullAllowed().
 Here is the caller graph for this function:| ilADTDefinition::isNullAllowed | ( | ) | 
Definition at line 51 of file class.ilADTDefinition.php.
References $allow_null, and isComparableTo().
 Here is the call graph for this function:| ilADTDefinition::reset | ( | ) | 
Init property defaults.
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().