ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
◀ 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
ImportantPage.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Wiki\Navigation
;
22
26
class
ImportantPage
27
{
28
protected
int
$id
;
29
protected
int
$order
;
30
protected
int
$indent
;
31
32
public
function
__construct
(
33
int
$id,
34
int
$order,
35
int
$indent
36
) {
37
$this->
id
=
$id
;
38
$this->order =
$order
;
39
$this->indent =
$indent
;
40
}
41
42
public
function
getId
():
int
43
{
44
return
$this->id
;
45
}
46
public
function
getOrder
():
int
47
{
48
return
$this->order
;
49
}
50
public
function
getIndent
():
int
51
{
52
return
$this->indent
;
53
}
54
}
ILIAS\Wiki\Navigation\ImportantPage\getId
getId()
Definition:
ImportantPage.php:42
ILIAS\Wiki\Navigation\ImportantPage\$id
int $id
Definition:
ImportantPage.php:28
ILIAS\Wiki\Navigation\ImportantPage\$order
int $order
Definition:
ImportantPage.php:29
ILIAS\Wiki\Navigation
Definition:
ImportantPage.php:21
ILIAS\Wiki\Navigation\ImportantPage\__construct
__construct(int $id, int $order, int $indent)
Definition:
ImportantPage.php:32
ILIAS\Wiki\Navigation\ImportantPage\$indent
int $indent
Definition:
ImportantPage.php:30
ILIAS\Wiki\Navigation\ImportantPage
Wiki page.
Definition:
ImportantPage.php:26
ILIAS\Wiki\Navigation\ImportantPage\getOrder
getOrder()
Definition:
ImportantPage.php:46
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ILIAS\Wiki\Navigation\ImportantPage\getIndent
getIndent()
Definition:
ImportantPage.php:50
components
ILIAS
Wiki
Navigation
ImportantPage.php
Generated on Tue Apr 8 2025 23:04:56 for ILIAS by
1.8.13 (using
Doxyfile
)