ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
class.ilADTInternalLinkDefinition.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
5
class
ilADTInternalLinkDefinition
extends
ilADTDefinition
6
{
12
public
function
isComparableTo
(
ilADT
$a_adt): bool
13
{
14
return
$a_adt instanceof
ilADTInternalLink
;
15
}
16
}
ilADTInternalLinkDefinition
Definition:
class.ilADTInternalLinkDefinition.php:5
ilADT
ADT base class.
Definition:
class.ilADT.php:11
ilADTInternalLinkDefinition\isComparableTo
isComparableTo(ilADT $a_adt)
is comparable to
Definition:
class.ilADTInternalLinkDefinition.php:12
ilADTDefinition
ADT definition base class.
Definition:
class.ilADTDefinition.php:11
ilADTInternalLink
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilADTInternalLink.php:21
Services
ADT
classes
Types
InternalLink
class.ilADTInternalLinkDefinition.php
Generated on Wed Sep 3 2025 22:01:49 for ILIAS by
1.8.13 (using
Doxyfile
)