ILIAS
release_8 Revision v8.19
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
j
l
m
p
s
t
u
+
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
Ö
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
g
h
i
m
n
p
r
s
t
u
v
x
+
Variables
$
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilStudyProgrammeAdvancedMetadataRecord.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
27
class
ilStudyProgrammeAdvancedMetadataRecord
28
{
29
protected
int
$id
;
30
protected
int
$type_id
= 0;
31
protected
int
$rec_id
= 0;
32
33
public
function
__construct
(
int
$id)
34
{
35
$this->
id
=
$id
;
36
}
37
38
public
function
getId
():
int
39
{
40
return
$this->id
;
41
}
42
43
public
function
setId
(
int
$id): void
44
{
45
$this->
id
=
$id
;
46
}
47
48
public
function
getTypeId
():
int
49
{
50
return
$this->type_id
;
51
}
52
53
public
function
setTypeId
(
int
$type_id): void
54
{
55
$this->type_id =
$type_id
;
56
}
57
58
public
function
getRecId
():
int
59
{
60
return
$this->rec_id
;
61
}
62
63
public
function
setRecId
(
int
$rec_id): void
64
{
65
$this->rec_id =
$rec_id
;
66
}
67
}
ilStudyProgrammeAdvancedMetadataRecord\__construct
__construct(int $id)
Definition:
class.ilStudyProgrammeAdvancedMetadataRecord.php:33
ilStudyProgrammeAdvancedMetadataRecord\setTypeId
setTypeId(int $type_id)
Definition:
class.ilStudyProgrammeAdvancedMetadataRecord.php:53
ilStudyProgrammeAdvancedMetadataRecord\getRecId
getRecId()
Definition:
class.ilStudyProgrammeAdvancedMetadataRecord.php:58
ilStudyProgrammeAdvancedMetadataRecord\$rec_id
int $rec_id
Definition:
class.ilStudyProgrammeAdvancedMetadataRecord.php:31
ilStudyProgrammeAdvancedMetadataRecord\$id
int $id
Definition:
class.ilStudyProgrammeAdvancedMetadataRecord.php:29
ilStudyProgrammeAdvancedMetadataRecord\$type_id
int $type_id
Definition:
class.ilStudyProgrammeAdvancedMetadataRecord.php:30
ilStudyProgrammeAdvancedMetadataRecord\setId
setId(int $id)
Definition:
class.ilStudyProgrammeAdvancedMetadataRecord.php:43
ilStudyProgrammeAdvancedMetadataRecord\getId
getId()
Definition:
class.ilStudyProgrammeAdvancedMetadataRecord.php:38
ilStudyProgrammeAdvancedMetadataRecord
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilStudyProgrammeAdvancedMetadataRecord.php:27
ilStudyProgrammeAdvancedMetadataRecord\getTypeId
getTypeId()
Definition:
class.ilStudyProgrammeAdvancedMetadataRecord.php:48
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ilStudyProgrammeAdvancedMetadataRecord\setRecId
setRecId(int $rec_id)
Definition:
class.ilStudyProgrammeAdvancedMetadataRecord.php:63
Modules
StudyProgramme
classes
model
Types
class.ilStudyProgrammeAdvancedMetadataRecord.php
Generated on Sun Apr 6 2025 22:01:45 for ILIAS by
1.8.13 (using
Doxyfile
)