Home
last modified time | relevance | path

Searched refs:invitation_manager (Results 1 – 4 of 4) sorted by relevance

/dports/www/ilias6/ILIAS-6.14/Modules/Survey/Participants/
H A Dclass.ilSurveyParticipantsTableGUI.php16 protected $invitation_manager; variable in ilSurveyParticipantsTableGUI
26 $this->invitation_manager = new Participants\InvitationsManager();
64 foreach ($this->invitation_manager->getAllForSurvey($a_svy->getSurveyId()) as $user_id) {
H A Dclass.ilSurveyParticipantsGUI.php72 protected $invitation_manager; variable in ilSurveyParticipantsGUI
96 $this->invitation_manager = new Participants\InvitationsManager();
406 … $this->invitation_manager->remove($this->object->getSurveyId(), (int) substr($i, 3));
1724 $this->invitation_manager->add($this->object->getSurveyId(), (int) $user_id);
/dports/www/ilias6/ILIAS-6.14/Modules/Survey/classes/
H A Dclass.ilObjSurveyGUI.php51 protected $invitation_manager; variable in ilObjSurveyGUI
80 $this->invitation_manager = new Participants\InvitationsManager();
1093 … $num_inv = count($this->invitation_manager->getAllForSurvey($this->object->getSurveyId()));
H A Dclass.ilObjSurvey.php194 protected $invitation_manager; variable in ilObjSurvey
232 $this->invitation_manager = new Participants\InvitationsManager();
513 foreach ($this->invitation_manager->getAllForSurvey($this->getSurveyId()) as $usr_id) {
5749 $user_ids = $this->invitation_manager->getAllForSurvey($this->getSurveyId());