|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Survey invitations. More...
Collaboration diagram for ILIAS\Survey\Participants\InvitationsManager:Public Member Functions | |
| __construct (InvitationsDBRepository $repo=null, Execution\RunDBRepository $run_repo=null, Settings\SettingsDBRepository $set_repo=null) | |
| Constructor. More... | |
| remove (int $survey_id, int $user_id) | |
| Remove invitation. More... | |
| 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 | |
| $repo | |
| $run_repo | |
| $set_repo | |
Survey invitations.
Definition at line 15 of file class.InvitationsManager.php.
| ILIAS\Survey\Participants\InvitationsManager::__construct | ( | InvitationsDBRepository | $repo = null, |
| Execution\RunDBRepository | $run_repo = null, |
||
| Settings\SettingsDBRepository | $set_repo = null |
||
| ) |
Constructor.
Definition at line 35 of file class.InvitationsManager.php.
References ILIAS\Survey\Participants\InvitationsManager\$repo, ILIAS\Survey\Participants\InvitationsManager\$run_repo, and ILIAS\Survey\Participants\InvitationsManager\$set_repo.
| 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 72 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.
return
Definition at line 94 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 60 of file class.InvitationsManager.php.
|
protected |
Definition at line 20 of file class.InvitationsManager.php.
Referenced by ILIAS\Survey\Participants\InvitationsManager\__construct().
|
protected |
Definition at line 25 of file class.InvitationsManager.php.
Referenced by ILIAS\Survey\Participants\InvitationsManager\__construct().
|
protected |
Definition at line 30 of file class.InvitationsManager.php.
Referenced by ILIAS\Survey\Participants\InvitationsManager\__construct().