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.ilStudyProgrammeAutoCategory.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
26
class
ilStudyProgrammeAutoCategory
27
{
28
protected
int
$prg_obj_id
;
29
protected
int
$category_ref_id
;
30
protected
int
$last_edited_usr_id
;
31
protected
DateTimeImmutable
$last_edited
;
32
33
public
function
__construct
(
34
int
$prg_obj_id,
35
int
$category_ref_id,
36
int
$last_edited_usr_id,
37
DateTimeImmutable
$last_edited
38
) {
39
$this->prg_obj_id =
$prg_obj_id
;
40
$this->category_ref_id =
$category_ref_id
;
41
$this->last_edited_usr_id =
$last_edited_usr_id
;
42
$this->last_edited =
$last_edited
;
43
}
44
45
public
function
getPrgObjId
():
int
46
{
47
return
$this->prg_obj_id
;
48
}
49
50
public
function
getCategoryRefId
():
int
51
{
52
return
$this->category_ref_id
;
53
}
54
55
public
function
getLastEditorId
():
int
56
{
57
return
$this->last_edited_usr_id
;
58
}
59
60
public
function
getLastEdited
():
DateTimeImmutable
61
{
62
return
$this->last_edited
;
63
}
64
}
DateTimeImmutable
ilStudyProgrammeAutoCategory\__construct
__construct(int $prg_obj_id, int $category_ref_id, int $last_edited_usr_id, DateTimeImmutable $last_edited)
Definition:
class.ilStudyProgrammeAutoCategory.php:33
ilStudyProgrammeAutoCategory\getCategoryRefId
getCategoryRefId()
Definition:
class.ilStudyProgrammeAutoCategory.php:50
ilStudyProgrammeAutoCategory\getLastEdited
getLastEdited()
Definition:
class.ilStudyProgrammeAutoCategory.php:60
ilStudyProgrammeAutoCategory\$prg_obj_id
int $prg_obj_id
Definition:
class.ilStudyProgrammeAutoCategory.php:28
ilStudyProgrammeAutoCategory\$last_edited_usr_id
int $last_edited_usr_id
Definition:
class.ilStudyProgrammeAutoCategory.php:30
ilStudyProgrammeAutoCategory\$last_edited
DateTimeImmutable $last_edited
Definition:
class.ilStudyProgrammeAutoCategory.php:31
ilStudyProgrammeAutoCategory\getPrgObjId
getPrgObjId()
Definition:
class.ilStudyProgrammeAutoCategory.php:45
ilStudyProgrammeAutoCategory\getLastEditorId
getLastEditorId()
Definition:
class.ilStudyProgrammeAutoCategory.php:55
ilStudyProgrammeAutoCategory
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilStudyProgrammeAutoCategory.php:26
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ilStudyProgrammeAutoCategory\$category_ref_id
int $category_ref_id
Definition:
class.ilStudyProgrammeAutoCategory.php:29
Modules
StudyProgramme
classes
model
AutoCategories
class.ilStudyProgrammeAutoCategory.php
Generated on Sun Apr 6 2025 22:01:45 for ILIAS by
1.8.13 (using
Doxyfile
)