ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ 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
Definition:
Administration.php:21
ILIAS\LegalDocuments\GotoLink
Definition:
GotoLink.php:25
ILIAS\LegalDocuments\GotoLink\target
target()
ILIAS\LegalDocuments\GotoLink\name
name()
ILIAS\LegalDocuments\Value\Target
Definition:
Target.php:23
Target
components
ILIAS
LegalDocuments
classes
GotoLink.php
Generated on Mon Sep 1 2025 23:03:23 for ILIAS by
1.8.13 (using
Doxyfile
)