ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
class.ilADTInternalLinkDefinition.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
class
ilADTInternalLinkDefinition
extends
ilADTDefinition
22
{
28
public
function
isComparableTo
(
ilADT
$a_adt): bool
29
{
30
return
$a_adt instanceof
ilADTInternalLink
;
31
}
32
}
ilADTDefinition
ADT definition base class.
Definition:
class.ilADTDefinition.php:26
ilADTInternalLinkDefinition
Definition:
class.ilADTInternalLinkDefinition.php:22
ilADTInternalLinkDefinition\isComparableTo
isComparableTo(ilADT $a_adt)
is comparable to
Definition:
class.ilADTInternalLinkDefinition.php:28
ilADTInternalLink
Definition:
class.ilADTInternalLink.php:22
ilADT
ADT base class.
Definition:
class.ilADT.php:26
components
ILIAS
ADT
classes
Types
InternalLink
class.ilADTInternalLinkDefinition.php
Generated on Sat Oct 18 2025 23:02:18 for ILIAS by
1.9.4 (using
Doxyfile
)