ILIAS
trunk Revision v11.0_alpha-1723-g8e69f309bab
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
ProvidePublicPage.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\LegalDocuments\Provide
;
22
23
use
ilCtrlInterface
;
24
use
ilStartUpGUI
;
25
26
class
ProvidePublicPage
27
{
28
public
function
__construct
(
29
private
readonly
string
$id
,
30
private
readonly
ilCtrlInterface
$ctrl
31
) {
32
}
33
34
public
function
url
(): string
35
{
36
$this->
ctrl
->setParameterByClass(ilStartUpGUI::class,
'id'
, $this->
id
);
37
$url
= $this->
ctrl
->getLinkTargetByClass(ilStartUpGUI::class,
'showLegalDocuments'
);
38
$this->
ctrl
->setParameterByClass(ilStartUpGUI::class,
'id'
,
''
);
39
40
return
$url
;
41
}
42
}
$url
$url
Definition:
shib_logout.php:66
ILIAS\LegalDocuments\Provide\ProvidePublicPage\__construct
__construct(private readonly string $id, private readonly ilCtrlInterface $ctrl)
Definition:
ProvidePublicPage.php:28
ilStartUpGUI
ILIAS\LegalDocuments\Provide
Definition:
ProvideDocument.php:21
ILIAS\Repository\ctrl
ctrl()
Definition:
trait.GlobalDICGUIServices.php:63
ILIAS\LegalDocuments\Provide\ProvidePublicPage
Definition:
ProvidePublicPage.php:26
$id
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition:
plugin.php:23
ILIAS\LegalDocuments\Provide\ProvidePublicPage\url
url()
Definition:
ProvidePublicPage.php:34
ilCtrlInterface
components
ILIAS
LegalDocuments
classes
Provide
ProvidePublicPage.php
Generated on Sun Apr 6 2025 23:03:34 for ILIAS by
1.8.13 (using
Doxyfile
)