ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
GotoLink.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\LegalDocuments
;
22
23
use
ILIAS\LegalDocuments\Value\Target
;
24
25
interface
GotoLink
26
{
27
public
function
name
(): string;
28
public
function
target
():
Target
;
29
}
ILIAS\LegalDocuments\Value\Target
Definition:
Target.php:24
ILIAS\LegalDocuments\GotoLink
Definition:
GotoLink.php:26
ILIAS\LegalDocuments\GotoLink\name
name()
ILIAS\LegalDocuments\GotoLink\target
target()
ILIAS\LegalDocuments
Definition:
Administration.php:21
components
ILIAS
LegalDocuments
classes
GotoLink.php
Generated on Sat Oct 18 2025 23:03:20 for ILIAS by
1.9.4 (using
Doxyfile
)