ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Apraisee / Rater DB repository Tables: svy_360_rater, svy_360_appr. More...
Public Member Functions | |
__construct (\ilDBInterface $db=null) | |
Constructor. More... | |
getAppraiseesForRater (int $rater_id) | |
Get surveys for Rater. More... | |
getClosedAppraiseesForSurveys (array $survey_ids) | |
Get closed appraisees for a number of surveys. More... | |
getUnclosedSurveysForAppraisee (int $appr_user_id) | |
Get all unclosed surveys of an appraisee. More... | |
Protected Attributes | |
$db | |
Apraisee / Rater DB repository Tables: svy_360_rater, svy_360_appr.
Definition at line 13 of file AppraiseeDBRepository.php.
ILIAS\Survey\Survey360\AppraiseeDBRepository::__construct | ( | \ilDBInterface | $db = null | ) |
Constructor.
Definition at line 23 of file AppraiseeDBRepository.php.
References ILIAS\Survey\Survey360\AppraiseeDBRepository\$db, and $DIC.
ILIAS\Survey\Survey360\AppraiseeDBRepository::getAppraiseesForRater | ( | int | $rater_id | ) |
Get surveys for Rater.
int | $rater_id |
Definition at line 38 of file AppraiseeDBRepository.php.
References ILIAS\Survey\Survey360\AppraiseeDBRepository\$db.
ILIAS\Survey\Survey360\AppraiseeDBRepository::getClosedAppraiseesForSurveys | ( | array | $survey_ids | ) |
Get closed appraisees for a number of surveys.
int[] | $survey_ids |
Definition at line 65 of file AppraiseeDBRepository.php.
References ILIAS\Survey\Survey360\AppraiseeDBRepository\$db.
ILIAS\Survey\Survey360\AppraiseeDBRepository::getUnclosedSurveysForAppraisee | ( | int | $appr_user_id | ) |
Get all unclosed surveys of an appraisee.
int | $appr_user_id |
Definition at line 92 of file AppraiseeDBRepository.php.
References ILIAS\Survey\Survey360\AppraiseeDBRepository\$db.
|
protected |
Definition at line 18 of file AppraiseeDBRepository.php.
Referenced by ILIAS\Survey\Survey360\AppraiseeDBRepository\__construct(), ILIAS\Survey\Survey360\AppraiseeDBRepository\getAppraiseesForRater(), ILIAS\Survey\Survey360\AppraiseeDBRepository\getClosedAppraiseesForSurveys(), and ILIAS\Survey\Survey360\AppraiseeDBRepository\getUnclosedSurveysForAppraisee().