| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Collaboration diagram for ilTestSkillPointAccount:Public Member Functions | |
| __construct () | |
| addBooking ($max_skill_points, $reached_skill_points) | |
| getTotalMaxSkillPoints () | |
| getTotalReachedSkillPoints () | |
| getNumBookings () | |
| getTotalReachedSkillPercent () | |
Private Attributes | |
| $totalMaxSkillPoints | |
| $totalReachedSkillPoints | |
| $numBookings | |
Definition at line 27 of file class.ilTestSkillPointAccount.php.
| ilTestSkillPointAccount::__construct | ( | ) | 
Definition at line 35 of file class.ilTestSkillPointAccount.php.
| ilTestSkillPointAccount::addBooking | ( | $max_skill_points, | |
| $reached_skill_points | |||
| ) | 
Definition at line 43 of file class.ilTestSkillPointAccount.php.
| ilTestSkillPointAccount::getNumBookings | ( | ) | 
Definition at line 61 of file class.ilTestSkillPointAccount.php.
References $numBookings.
Referenced by ilTestSkillEvaluation\doesNumBookingsExceedRequiredBookingsBarrier().
 Here is the caller graph for this function:| ilTestSkillPointAccount::getTotalMaxSkillPoints | ( | ) | 
Definition at line 51 of file class.ilTestSkillPointAccount.php.
References $totalMaxSkillPoints.
Referenced by getTotalReachedSkillPercent().
 Here is the caller graph for this function:| ilTestSkillPointAccount::getTotalReachedSkillPercent | ( | ) | 
Definition at line 66 of file class.ilTestSkillPointAccount.php.
References getTotalMaxSkillPoints(), and getTotalReachedSkillPoints().
 Here is the call graph for this function:| ilTestSkillPointAccount::getTotalReachedSkillPoints | ( | ) | 
Definition at line 56 of file class.ilTestSkillPointAccount.php.
References $totalReachedSkillPoints.
Referenced by getTotalReachedSkillPercent().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 33 of file class.ilTestSkillPointAccount.php.
Referenced by getNumBookings().
      
  | 
  private | 
Definition at line 29 of file class.ilTestSkillPointAccount.php.
Referenced by getTotalMaxSkillPoints().
      
  | 
  private | 
Definition at line 31 of file class.ilTestSkillPointAccount.php.
Referenced by getTotalReachedSkillPoints().