21 $this->totalMaxSkillPoints = 0;
22 $this->totalReachedSkillPoints = 0;
24 $this->numBookings = 0;
27 public function addBooking($maxSkillPoints, $reachedSkillPoints)
29 $this->totalMaxSkillPoints += $maxSkillPoints;
30 $this->totalReachedSkillPoints += $reachedSkillPoints;
An exception for terminatinating execution or to throw for unit testing.
addBooking($maxSkillPoints, $reachedSkillPoints)
getTotalReachedSkillPoints()
getTotalReachedSkillPercent()