|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Collaboration diagram for ilTestSkillPointAccount:Public Member Functions | |
| __construct () | |
| addBooking ($maxSkillPoints, $reachedSkillPoints) | |
| getTotalMaxSkillPoints () | |
| getTotalReachedSkillPoints () | |
| getNumBookings () | |
| getTotalReachedSkillPercent () | |
Private Attributes | |
| $totalMaxSkillPoints | |
| $totalReachedSkillPoints | |
| $numBookings | |
Definition at line 11 of file class.ilTestSkillPointAccount.php.
| ilTestSkillPointAccount::__construct | ( | ) |
Definition at line 19 of file class.ilTestSkillPointAccount.php.
| ilTestSkillPointAccount::addBooking | ( | $maxSkillPoints, | |
| $reachedSkillPoints | |||
| ) |
Definition at line 27 of file class.ilTestSkillPointAccount.php.
| ilTestSkillPointAccount::getNumBookings | ( | ) |
Definition at line 45 of file class.ilTestSkillPointAccount.php.
References $numBookings.
Referenced by ilTestSkillEvaluation\doesNumBookingsExceedRequiredBookingsBarrier().
Here is the caller graph for this function:| ilTestSkillPointAccount::getTotalMaxSkillPoints | ( | ) |
Definition at line 35 of file class.ilTestSkillPointAccount.php.
References $totalMaxSkillPoints.
Referenced by getTotalReachedSkillPercent().
Here is the caller graph for this function:| ilTestSkillPointAccount::getTotalReachedSkillPercent | ( | ) |
Definition at line 50 of file class.ilTestSkillPointAccount.php.
References getTotalMaxSkillPoints(), and getTotalReachedSkillPoints().
Here is the call graph for this function:| ilTestSkillPointAccount::getTotalReachedSkillPoints | ( | ) |
Definition at line 40 of file class.ilTestSkillPointAccount.php.
References $totalReachedSkillPoints.
Referenced by getTotalReachedSkillPercent().
Here is the caller graph for this function:
|
private |
Definition at line 17 of file class.ilTestSkillPointAccount.php.
Referenced by getNumBookings().
|
private |
Definition at line 13 of file class.ilTestSkillPointAccount.php.
Referenced by getTotalMaxSkillPoints().
|
private |
Definition at line 15 of file class.ilTestSkillPointAccount.php.
Referenced by getTotalReachedSkillPoints().