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
interface.ilEctsGradesEnabled.php
Go to the documentation of this file.
1
<?php
2
24
interface
ilEctsGradesEnabled
25
{
26
public
function
setECTSGrades
(array $grades): void;
27
28
public
function
getECTSGrades
(): array;
29
33
public
function
setECTSFX
($ects_fx): void;
34
35
public
function
getECTSFX
(): ?float;
36
40
public
function
setECTSOutput
($status): void;
41
42
public
function
getECTSOutput
():
int
;
43
44
public
function
saveECTSStatus
(): void;
45
46
public
function
canEditEctsGrades
(): bool;
47
48
public
function
canShowEctsGrades
(): bool;
49
57
public
function
getECTSGrade
($passed_array, $reached_points, $max_points): string;
58
65
public
static
function
_getECTSGrade
($points_passed, $reached_points, $max_points,
$a
,
$b
,
$c
,
$d
,
$e
, $fx): string;
66
}
$c
$c
Definition:
cli.php:38
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:49
ilEctsGradesEnabled\canShowEctsGrades
canShowEctsGrades()
ilEctsGradesEnabled
Definition:
interface.ilEctsGradesEnabled.php:24
ilEctsGradesEnabled\setECTSFX
setECTSFX($ects_fx)
ilEctsGradesEnabled\getECTSGrades
getECTSGrades()
ilEctsGradesEnabled\getECTSOutput
getECTSOutput()
Vendor\Package\$b
$b
Definition:
example_cleaned.php:49
Vendor\Package\$a
$a
thx to https://mlocati.github.io/php-cs-fixer-configurator for the examples
Definition:
example_cleaned.php:49
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.
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
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 Thu Apr 10 2025 22:01:47 for ILIAS by
1.8.13 (using
Doxyfile
)