ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
class.ilADTInternalLinkDefinition.php
Go to the documentation of this file.
1
<?php
2
3
class
ilADTInternalLinkDefinition
extends
ilADTDefinition
4
{
5
11
public
function
isComparableTo
(
ilADT
$a_adt)
12
{
13
return
$a_adt instanceof
ilADTInternalLink
;
14
}
15
}
ilADTInternalLinkDefinition
Definition:
class.ilADTInternalLinkDefinition.php:3
ilADT
ADT base class.
Definition:
class.ilADT.php:11
ilADTInternalLinkDefinition\isComparableTo
isComparableTo(ilADT $a_adt)
is comparable to
Definition:
class.ilADTInternalLinkDefinition.php:11
ilADTDefinition
ADT definition base class.
Definition:
class.ilADTDefinition.php:11
ilADTInternalLink
Definition:
class.ilADTInternalLink.php:3
Services
ADT
classes
Types
InternalLink
class.ilADTInternalLinkDefinition.php
Generated on Sun Aug 31 2025 20:01:09 for ILIAS by
1.8.13 (using
Doxyfile
)