ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ 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
p
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
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
q
r
s
t
u
v
w
x
z
+
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
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
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
10
class
ilStudyProgrammeAutoCategory
11
{
15
protected
$prg_obj_id
;
16
20
protected
$category_ref_id
;
21
25
protected
$title
;
26
30
protected
$last_edited_usr_id
;
31
35
protected
$last_edited
;
36
37
public
function
__construct
(
38
int
$prg_obj_id
,
39
int
$category_ref_id
,
40
int
$last_edited_usr_id
,
41
\
DateTimeImmutable
$last_edited
42
) {
43
$this->prg_obj_id =
$prg_obj_id
;
44
$this->category_ref_id =
$category_ref_id
;
45
$this->last_edited_usr_id =
$last_edited_usr_id
;
46
$this->last_edited =
$last_edited
;
47
}
48
49
public
function
getPrgObjId
() : int
50
{
51
return
$this->prg_obj_id
;
52
}
53
54
public
function
getCategoryRefId
() : int
55
{
56
return
$this->category_ref_id
;
57
}
58
59
public
function
getLastEditorId
() : int
60
{
61
return
$this->last_edited_usr_id
;
62
}
63
64
public
function
getLastEdited
() : \
DateTimeImmutable
65
{
66
return
$this->last_edited
;
67
}
68
}
ilStudyProgrammeAutoCategory\$prg_obj_id
$prg_obj_id
Definition:
class.ilStudyProgrammeAutoCategory.php:15
DateTimeImmutable
ilStudyProgrammeAutoCategory\getCategoryRefId
getCategoryRefId()
Definition:
class.ilStudyProgrammeAutoCategory.php:54
ilStudyProgrammeAutoCategory\getLastEdited
getLastEdited()
Definition:
class.ilStudyProgrammeAutoCategory.php:64
ilStudyProgrammeAutoCategory\$category_ref_id
$category_ref_id
Definition:
class.ilStudyProgrammeAutoCategory.php:20
ilStudyProgrammeAutoCategory\getPrgObjId
getPrgObjId()
Definition:
class.ilStudyProgrammeAutoCategory.php:49
ilStudyProgrammeAutoCategory\getLastEditorId
getLastEditorId()
Definition:
class.ilStudyProgrammeAutoCategory.php:59
ilStudyProgrammeAutoCategory
Class ilStudyProgrammeAutoCategory.
Definition:
class.ilStudyProgrammeAutoCategory.php:10
ilStudyProgrammeAutoCategory\$title
$title
Definition:
class.ilStudyProgrammeAutoCategory.php:25
ilStudyProgrammeAutoCategory\__construct
__construct(int $prg_obj_id, int $category_ref_id, int $last_edited_usr_id, \DateTimeImmutable $last_edited)
Definition:
class.ilStudyProgrammeAutoCategory.php:37
ilStudyProgrammeAutoCategory\$last_edited_usr_id
$last_edited_usr_id
Definition:
class.ilStudyProgrammeAutoCategory.php:30
ilStudyProgrammeAutoCategory\$last_edited
$last_edited
Definition:
class.ilStudyProgrammeAutoCategory.php:35
Modules
StudyProgramme
classes
model
AutoCategories
class.ilStudyProgrammeAutoCategory.php
Generated on Wed Apr 2 2025 21:01:07 for ILIAS by
1.8.13 (using
Doxyfile
)