|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilTestSkillPointAccount:Public Member Functions | |
| __construct () | |
| addBooking ($maxSkillPoints, $reachedSkillPoints) | |
| getTotalMaxSkillPoints () | |
| getTotalReachedSkillPoints () | |
| getNumBookings () | |
| getTotalReachedSkillPercent () | |
Private Attributes | |
| $totalMaxSkillPoints | |
| $totalReachedSkillPoints | |
| $numBookings | |
Definition at line 25 of file class.ilTestSkillPointAccount.php.
| ilTestSkillPointAccount::__construct | ( | ) |
Definition at line 33 of file class.ilTestSkillPointAccount.php.
| ilTestSkillPointAccount::addBooking | ( | $maxSkillPoints, | |
| $reachedSkillPoints | |||
| ) |
Definition at line 41 of file class.ilTestSkillPointAccount.php.
| ilTestSkillPointAccount::getNumBookings | ( | ) |
Definition at line 59 of file class.ilTestSkillPointAccount.php.
References $numBookings.
Referenced by ilTestSkillEvaluation\doesNumBookingsExceedRequiredBookingsBarrier().
Here is the caller graph for this function:| ilTestSkillPointAccount::getTotalMaxSkillPoints | ( | ) |
Definition at line 49 of file class.ilTestSkillPointAccount.php.
References $totalMaxSkillPoints.
Referenced by getTotalReachedSkillPercent().
Here is the caller graph for this function:| ilTestSkillPointAccount::getTotalReachedSkillPercent | ( | ) |
Definition at line 64 of file class.ilTestSkillPointAccount.php.
References getTotalMaxSkillPoints(), and getTotalReachedSkillPoints().
Here is the call graph for this function:| ilTestSkillPointAccount::getTotalReachedSkillPoints | ( | ) |
Definition at line 54 of file class.ilTestSkillPointAccount.php.
References $totalReachedSkillPoints.
Referenced by getTotalReachedSkillPercent().
Here is the caller graph for this function:
|
private |
Definition at line 31 of file class.ilTestSkillPointAccount.php.
Referenced by getNumBookings().
|
private |
Definition at line 27 of file class.ilTestSkillPointAccount.php.
Referenced by getTotalMaxSkillPoints().
|
private |
Definition at line 29 of file class.ilTestSkillPointAccount.php.
Referenced by getTotalReachedSkillPoints().