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.ilExAssWikiTeamAR.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2014 ILIAS open source, Extended GPL, see docs/LICENSE */
4
11
class
ilExAssWikiTeamAR
extends
ActiveRecord
12
{
16
public
static
function
returnDbTableName
()
17
{
18
return
'exc_ass_wiki_team'
;
19
}
20
32
protected
$id
;
33
42
protected
$template_ref_id
= 0;
43
52
protected
$container_ref_id
= 0;
53
54
60
public
function
getId
()
61
{
62
return
$this->id
;
63
}
64
65
71
public
function
setId
(
$id
)
72
{
73
$this->
id
=
$id
;
74
}
75
76
82
public
function
setTemplateRefId
($a_template_ref_id)
83
{
84
$this->template_ref_id = $a_template_ref_id;
85
}
86
87
93
public
function
getTemplateRefId
()
94
{
95
return
$this->template_ref_id
;
96
}
97
98
104
public
function
setContainerRefId
($a_container_ref_id)
105
{
106
$this->container_ref_id = $a_container_ref_id;
107
}
108
109
115
public
function
getContainerRefId
()
116
{
117
return
$this->container_ref_id
;
118
}
119
}
ilExAssWikiTeamAR\returnDbTableName
static returnDbTableName()
Definition:
class.ilExAssWikiTeamAR.php:16
ilExAssWikiTeamAR\$template_ref_id
$template_ref_id
Definition:
class.ilExAssWikiTeamAR.php:42
ilExAssWikiTeamAR\getTemplateRefId
getTemplateRefId()
Get template ref id.
Definition:
class.ilExAssWikiTeamAR.php:93
ilExAssWikiTeamAR
Item group active record class.
Definition:
class.ilExAssWikiTeamAR.php:11
ilExAssWikiTeamAR\setId
setId($id)
Set ID.
Definition:
class.ilExAssWikiTeamAR.php:71
ilExAssWikiTeamAR\setTemplateRefId
setTemplateRefId($a_template_ref_id)
Set template ref id.
Definition:
class.ilExAssWikiTeamAR.php:82
ActiveRecord
ilExAssWikiTeamAR\$id
$id
Definition:
class.ilExAssWikiTeamAR.php:32
ilExAssWikiTeamAR\getId
getId()
Get ID.
Definition:
class.ilExAssWikiTeamAR.php:60
ilExAssWikiTeamAR\$container_ref_id
$container_ref_id
Definition:
class.ilExAssWikiTeamAR.php:52
ilExAssWikiTeamAR\getContainerRefId
getContainerRefId()
Get container ref id.
Definition:
class.ilExAssWikiTeamAR.php:115
ilExAssWikiTeamAR\setContainerRefId
setContainerRefId($a_container_ref_id)
Set container ref id.
Definition:
class.ilExAssWikiTeamAR.php:104
Modules
Exercise
AssignmentTypes
classes
class.ilExAssWikiTeamAR.php
Generated on Sun Apr 20 2025 21:00:59 for ILIAS by
1.8.13 (using
Doxyfile
)