ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Apraisee / Rater DB repository Tables: svy_360_rater, svy_360_appr. More...
Public Member Functions | |
__construct (\ilDBInterface $db=null) | |
getAppraiseesForRater (int $rater_id) | |
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 | |
ilDBInterface | $db |
Apraisee / Rater DB repository Tables: svy_360_rater, svy_360_appr.
Definition at line 26 of file AppraiseeDBRepository.php.
ILIAS\Survey\Survey360\AppraiseeDBRepository::__construct | ( | \ilDBInterface | $db = null | ) |
Definition at line 30 of file AppraiseeDBRepository.php.
References ILIAS\Survey\Survey360\AppraiseeDBRepository\$db, and $DIC.
ILIAS\Survey\Survey360\AppraiseeDBRepository::getAppraiseesForRater | ( | int | $rater_id | ) |
int | $rater_id |
Definition at line 44 of file AppraiseeDBRepository.php.
References ILIAS\Survey\Survey360\AppraiseeDBRepository\$db, ILIAS\Repository\int(), and ilDBInterface\queryF().
ILIAS\Survey\Survey360\AppraiseeDBRepository::getClosedAppraiseesForSurveys | ( | array | $survey_ids | ) |
Get closed appraisees for a number of surveys.
int[] | $survey_ids |
Definition at line 71 of file AppraiseeDBRepository.php.
References ILIAS\Survey\Survey360\AppraiseeDBRepository\$db, ILIAS\Repository\int(), and ilDBInterface\queryF().
ILIAS\Survey\Survey360\AppraiseeDBRepository::getUnclosedSurveysForAppraisee | ( | int | $appr_user_id | ) |
Get all unclosed surveys of an appraisee.
Definition at line 97 of file AppraiseeDBRepository.php.
References ILIAS\Survey\Survey360\AppraiseeDBRepository\$db, ILIAS\Repository\int(), and ilDBInterface\queryF().
|
protected |
Definition at line 28 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().