ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
class.ilAssQuestionHintRequestStatisticData.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
3
13{
19 private $requestsPoints = null;
20
26 private $requestsCount = null;
27
31 public function __construct()
32 {
33
34 }
35
42 public function getRequestsPoints()
43 {
45 }
46
54 {
55 $this->requestsPoints = $requestsPoints;
56 }
57
64 public function getRequestsCount()
65 {
67 }
68
76 {
77 $this->requestsCount = $requestsCount;
78 }
79
80
81}
82
An exception for terminatinating execution or to throw for unit testing.
setRequestsPoints($requestsPoints)
Setter for requestsPonts.