ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ilADTLocationDefinition Class Reference
+ Inheritance diagram for ilADTLocationDefinition:
+ Collaboration diagram for ilADTLocationDefinition:

Public Member Functions

 isComparableTo (ilADT $a_adt)
 
- Public Member Functions inherited from ilADTDefinition
 __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...
 

Additional Inherited Members

- Protected Member Functions inherited from ilADTDefinition
 reset ()
 Init property defaults. More...
 
- Protected Attributes inherited from ilADTDefinition
 $allow_null
 

Detailed Description

Definition at line 3 of file class.ilADTLocationDefinition.php.

Member Function Documentation

◆ isComparableTo()

ilADTLocationDefinition::isComparableTo ( ilADT  $a_adt)

Definition at line 7 of file class.ilADTLocationDefinition.php.

8  {
9  // has to be location-based
10  return ($a_adt instanceof ilADTLocation);
11  }

The documentation for this class was generated from the following file: