ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
class.ilADTInternalLinkDefinition.php
Go to the documentation of this file.
1 <?php
2 
4 {
5 
11  public function isComparableTo(ilADT $a_adt)
12  {
13  return $a_adt instanceof ilADTInternalLink;
14  }
15 }
ADT base class.
Definition: class.ilADT.php:11
isComparableTo(ilADT $a_adt)
is comparable to
ADT definition base class.