Definition at line 23 of file CriteriaFile.php.
◆ __construct()
ILIAS\Exercise\PeerReview\Criteria\CriteriaFile::__construct |
( |
protected int |
$ass_id, |
|
|
protected int |
$giver_id, |
|
|
protected int |
$peer_id, |
|
|
protected int |
$criteria_id, |
|
|
protected string |
$rid, |
|
|
protected string |
$title |
|
) |
| |
◆ getAssId()
ILIAS\Exercise\PeerReview\Criteria\CriteriaFile::getAssId |
( |
| ) |
|
◆ getCriteriaId()
ILIAS\Exercise\PeerReview\Criteria\CriteriaFile::getCriteriaId |
( |
| ) |
|
Definition at line 50 of file CriteriaFile.php.
50 : int
51 {
52 return $this->criteria_id;
53 }
◆ getGiverId()
ILIAS\Exercise\PeerReview\Criteria\CriteriaFile::getGiverId |
( |
| ) |
|
Definition at line 40 of file CriteriaFile.php.
40 : int
41 {
42 return $this->giver_id;
43 }
◆ getPeerId()
ILIAS\Exercise\PeerReview\Criteria\CriteriaFile::getPeerId |
( |
| ) |
|
Definition at line 45 of file CriteriaFile.php.
45 : int
46 {
47 return $this->peer_id;
48 }
◆ getRid()
ILIAS\Exercise\PeerReview\Criteria\CriteriaFile::getRid |
( |
| ) |
|
Definition at line 55 of file CriteriaFile.php.
55 : string
56 {
57 return $this->rid;
58 }
◆ getTitle()
ILIAS\Exercise\PeerReview\Criteria\CriteriaFile::getTitle |
( |
| ) |
|
Definition at line 60 of file CriteriaFile.php.
60 : string
61 {
62 return $this->title;
63 }
The documentation for this class was generated from the following file: