ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ 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
s
t
w
+
Functions
_
a
b
c
f
g
h
i
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
interface.ilEctsGradesEnabled.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2014 ILIAS open source, Extended GPL, see docs/LICENSE */
3
9
interface
ilEctsGradesEnabled
10
{
14
public
function
setECTSGrades
(array $grades);
15
19
public
function
getECTSGrades
();
20
24
public
function
setECTSFX
($ects_fx);
25
29
public
function
getECTSFX
();
30
34
public
function
setECTSOutput
($status);
35
39
public
function
getECTSOutput
();
40
44
public
function
saveECTSStatus
();
45
49
public
function
canEditEctsGrades
();
50
54
public
function
canShowEctsGrades
();
55
63
public
function
getECTSGrade
($passed_array, $reached_points, $max_points);
64
71
public
static
function
_getECTSGrade
($points_passed, $reached_points, $max_points,
$a
,
$b
,
$c
,
$d
,
$e
, $fx);
72
}
ilEctsGradesEnabled\getECTSFX
getECTSFX()
ilEctsGradesEnabled\setECTSOutput
setECTSOutput($status)
ilEctsGradesEnabled\getECTSGrade
getECTSGrade($passed_array, $reached_points, $max_points)
Returns the ECTS grade for a number of reached points.
ilEctsGradesEnabled\saveECTSStatus
saveECTSStatus()
Vendor\Package\$e
$e
Definition:
example_cleaned.php:31
ilEctsGradesEnabled\canShowEctsGrades
canShowEctsGrades()
ilEctsGradesEnabled
Definition:
interface.ilEctsGradesEnabled.php:9
ilEctsGradesEnabled\setECTSFX
setECTSFX($ects_fx)
ilEctsGradesEnabled\getECTSGrades
getECTSGrades()
ilEctsGradesEnabled\getECTSOutput
getECTSOutput()
Vendor\Package\$b
$b
Definition:
example_cleaned.php:31
Vendor\Package\$a
$a
thx to https://mlocati.github.io/php-cs-fixer-configurator for the examples
Definition:
example_cleaned.php:31
Vendor\Package\$c
$c
Definition:
example_cleaned.php:31
ilEctsGradesEnabled\_getECTSGrade
static _getECTSGrade($points_passed, $reached_points, $max_points, $a, $b, $c, $d, $e, $fx)
Returns the ECTS grade for a number of reached points.
ilEctsGradesEnabled\setECTSGrades
setECTSGrades(array $grades)
ilEctsGradesEnabled\canEditEctsGrades
canEditEctsGrades()
$d
for($i=6; $i< 13; $i++) for($i=1; $i< 13; $i++) $d
Definition:
date.php:296
Modules
Test
interfaces
interface.ilEctsGradesEnabled.php
Generated on Sat Apr 12 2025 20:01:08 for ILIAS by
1.8.13 (using
Doxyfile
)