ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ 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
}
ilADTInternalLinkDefinition
Definition:
class.ilADTInternalLinkDefinition.php:21
ilADT
ADT base class.
Definition:
class.ilADT.php:25
ilADTInternalLinkDefinition\isComparableTo
isComparableTo(ilADT $a_adt)
is comparable to
Definition:
class.ilADTInternalLinkDefinition.php:28
ilADTDefinition
ADT definition base class.
Definition:
class.ilADTDefinition.php:25
ilADTInternalLink
Definition:
class.ilADTInternalLink.php:21
components
ILIAS
ADT
classes
Types
InternalLink
class.ilADTInternalLinkDefinition.php
Generated on Mon Sep 1 2025 23:01:54 for ILIAS by
1.8.13 (using
Doxyfile
)