ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Public Member Functions | |
__construct (InternalRepoService $repo_service) | |
remove (int $survey_id, int $user_id) | |
Remove invitation. More... | |
removeAll (int $survey_id) | |
add (int $survey_id, int $user_id) | |
Add invitation. More... | |
getAllForSurvey (int $survey_id) | |
Get invitations for survey. More... | |
getOpenInvitationsOfUser (int $user_id) | |
Get all open invitations of a user. More... | |
Protected Attributes | |
InvitationsDBRepository | $repo |
Execution RunDBRepository | $run_repo |
Settings SettingsDBRepository | $set_repo |
Survey invitations.
Definition at line 31 of file class.InvitationsManager.php.
ILIAS\Survey\Participants\InvitationsManager::__construct | ( | InternalRepoService | $repo_service | ) |
Definition at line 37 of file class.InvitationsManager.php.
References ILIAS\Survey\InternalRepoService\execution(), ILIAS\Survey\InternalRepoService\participants(), and ILIAS\Survey\InternalRepoService\settings().
ILIAS\Survey\Participants\InvitationsManager::add | ( | int | $survey_id, |
int | $user_id | ||
) |
Add invitation.
int | $survey_id | Survey ID not object ID! |
int | $user_id |
Definition at line 71 of file class.InvitationsManager.php.
ILIAS\Survey\Participants\InvitationsManager::getAllForSurvey | ( | int | $survey_id | ) |
Get invitations for survey.
int | $survey_id | Survey ID not object ID! |
Definition at line 83 of file class.InvitationsManager.php.
ILIAS\Survey\Participants\InvitationsManager::getOpenInvitationsOfUser | ( | int | $user_id | ) |
Get all open invitations of a user.
Definition at line 93 of file class.InvitationsManager.php.
References $i.
ILIAS\Survey\Participants\InvitationsManager::remove | ( | int | $survey_id, |
int | $user_id | ||
) |
Remove invitation.
int | $survey_id | Survey ID not object ID! |
int | $user_id |
Definition at line 51 of file class.InvitationsManager.php.
ILIAS\Survey\Participants\InvitationsManager::removeAll | ( | int | $survey_id | ) |
Definition at line 58 of file class.InvitationsManager.php.
|
protected |
Definition at line 33 of file class.InvitationsManager.php.
|
protected |
Definition at line 34 of file class.InvitationsManager.php.
|
protected |
Definition at line 35 of file class.InvitationsManager.php.