ILIAS
release_4-4 Revision
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
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
k
l
m
n
o
p
q
r
s
t
u
v
w
y
+
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
k
l
m
o
p
r
s
t
u
v
w
x
+
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
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.ilSkillManagementSettings.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2012 ILIAS open source, Extended GPL, see docs/LICENSE */
4
12
class
ilSkillManagementSettings
extends
ilSetting
13
{
17
function
__construct
()
18
{
19
parent::__construct(
"skmg"
);
20
}
21
28
function
activate
($a_active)
29
{
30
$this->
set
(
"enable_skmg"
, (int) $a_active);
31
}
32
33
37
function
isActivated
()
38
{
39
return
$this->
get
(
"enable_skmg"
);
40
}
41
42
}
43
44
?>
ilSetting
ILIAS Setting Class.
Definition:
class.ilSetting.php:32
ilSkillManagementSettings\__construct
__construct()
Constructor.
Definition:
class.ilSkillManagementSettings.php:17
ilSkillManagementSettings
Skill management settings.
Definition:
class.ilSkillManagementSettings.php:12
ilSkillManagementSettings\isActivated
isActivated()
Is activated.
Definition:
class.ilSkillManagementSettings.php:37
ilSkillManagementSettings\activate
activate($a_active)
Activate skill management.
Definition:
class.ilSkillManagementSettings.php:28
Services
Skill
classes
class.ilSkillManagementSettings.php
Generated on Mon Dec 21 2020 19:01:23 for ILIAS by
1.8.13 (using
Doxyfile
)