|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ilMailMemberSearchGUI:Public Member Functions | |
| __construct (private readonly object $gui, public int $ref_id, private readonly ilAbstractMailMemberRoles $objMailMemberRoles) | |
| executeCommand () | |
| storeReferer () | |
| setObjParticipants (ilParticipants $objParticipants) | |
Protected Member Functions | |
| nextMailForm () | |
| generateContextArray () | |
| showSelectableUsers () | |
| sendMailToSelectedUsers () | |
| showSearchForm () | |
| getObjParticipants () | |
| initMailToMembersForm () | |
| getMailRadioGroup () | |
Private Member Functions | |
| handleSearchMembersActions () | |
| redirectToParentReferer () | |
| getStoredReferer () | |
| unsetStoredReferer () | |
| getMailRoles () | |
Private Attributes | |
| readonly ServerRequestInterface | $httpRequest |
| readonly array | $mail_roles |
| ilParticipants | $objParticipants = null |
| readonly ilCtrlInterface | $ctrl |
| readonly ilGlobalTemplateInterface | $tpl |
| readonly ilLanguage | $lng |
| readonly ilAccessHandler | $access |
| readonly ILIAS UI Factory | $ui_factory |
| readonly Services | $http |
| readonly Renderer | $ui_renderer |
| readonly Factory | $refinery |
Definition at line 27 of file class.ilMailMemberSearchGUI.php.
| ilMailMemberSearchGUI::__construct | ( | private readonly object | $gui, |
| public int | $ref_id, | ||
| private readonly ilAbstractMailMemberRoles | $objMailMemberRoles | ||
| ) |
| ilObjGroupGUI | ilObjCourseGUI | ilMembershipGUI | $gui | |
| ilAbstractMailMemberRoles | $objMailMemberRoles |
Definition at line 46 of file class.ilMailMemberSearchGUI.php.
References $DIC, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
Here is the call graph for this function:| ilMailMemberSearchGUI::executeCommand | ( | ) |
Definition at line 84 of file class.ilMailMemberSearchGUI.php.
References ILIAS\Repository\ctrl(), handleSearchMembersActions(), nextMailForm(), redirectToParentReferer(), showSearchForm(), and showSelectableUsers().
Here is the call graph for this function:
|
protected |
Definition at line 201 of file class.ilMailMemberSearchGUI.php.
References $ref_id, ilContainer\_lookupContainerSetting(), ilObject\_lookupObjId(), ilObject\_lookupType(), ILIAS\Repository\access(), ilMailFormCall\CONTEXT_KEY, ilObjectServiceSettingsGUI\EXTERNAL_MAIL_PREFIX, ilCourseMailTemplateTutorContext\ID, ilSessionMailTemplateParticipantContext\ID, and ilMail\PROP_CONTEXT_SUBJECT_PREFIX.
Referenced by nextMailForm(), and sendMailToSelectedUsers().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 342 of file class.ilMailMemberSearchGUI.php.
References ilRadioOption\addSubItem(), getMailRoles(), and ILIAS\Repository\lng().
Referenced by initMailToMembersForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 337 of file class.ilMailMemberSearchGUI.php.
References $mail_roles.
Referenced by getMailRadioGroup().
Here is the caller graph for this function:
|
protected |
Definition at line 306 of file class.ilMailMemberSearchGUI.php.
References $objParticipants.
Referenced by sendMailToSelectedUsers(), and showSelectableUsers().
Here is the caller graph for this function:
|
private |
Definition at line 147 of file class.ilMailMemberSearchGUI.php.
References ilSession\get().
Referenced by redirectToParentReferer().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 69 of file class.ilMailMemberSearchGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ILIAS\Repository\refinery(), and sendMailToSelectedUsers().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 316 of file class.ilMailMemberSearchGUI.php.
References ILIAS\Repository\ctrl(), getMailRadioGroup(), and ILIAS\Repository\lng().
Referenced by nextMailForm(), and showSearchForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 157 of file class.ilMailMemberSearchGUI.php.
References ILIAS\Repository\ctrl(), generateContextArray(), ilMailFormCall\getRedirectTarget(), initMailToMembersForm(), ILIAS\Repository\lng(), ilMailFormGUI\MAIL_FORM_TYPE_ROLE, ilSession\set(), showSearchForm(), and showSelectableUsers().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 119 of file class.ilMailMemberSearchGUI.php.
References $url, ILIAS\Repository\ctrl(), getStoredReferer(), and unsetStoredReferer().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 249 of file class.ilMailMemberSearchGUI.php.
References $provider, ilObjUser\_lookupLogin(), ILIAS\Repository\ctrl(), generateContextArray(), getObjParticipants(), ilMailFormCall\getRedirectTarget(), ILIAS\FileDelivery\http(), ILIAS\Repository\int(), ILIAS\Repository\lng(), ilMailFormGUI\MAIL_FORM_TYPE_NEW, ILIAS\Repository\refinery(), ilMailFormCall\setRecipients(), and showSelectableUsers().
Referenced by handleSearchMembersActions().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMailMemberSearchGUI::setObjParticipants | ( | ilParticipants | $objParticipants | ) |
Definition at line 311 of file class.ilMailMemberSearchGUI.php.
References $objParticipants.
Referenced by ilObjGroupGUI\executeCommand(), and ilObjCourseGUI\executeCommand().
Here is the caller graph for this function:
|
protected |
Definition at line 298 of file class.ilMailMemberSearchGUI.php.
References initMailToMembersForm(), and storeReferer().
Referenced by executeCommand(), and nextMailForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 240 of file class.ilMailMemberSearchGUI.php.
References $provider, ILIAS\Repository\ctrl(), getObjParticipants(), ILIAS\FileDelivery\http(), and ILIAS\Repository\lng().
Referenced by executeCommand(), nextMailForm(), and sendMailToSelectedUsers().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMailMemberSearchGUI::storeReferer | ( | ) |
Definition at line 126 of file class.ilMailMemberSearchGUI.php.
References $url, ILIAS\Repository\ctrl(), and ilSession\set().
Referenced by showSearchForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 152 of file class.ilMailMemberSearchGUI.php.
References ilSession\set().
Referenced by redirectToParentReferer().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 36 of file class.ilMailMemberSearchGUI.php.
|
private |
Definition at line 33 of file class.ilMailMemberSearchGUI.php.
|
private |
Definition at line 38 of file class.ilMailMemberSearchGUI.php.
|
private |
Definition at line 29 of file class.ilMailMemberSearchGUI.php.
|
private |
Definition at line 35 of file class.ilMailMemberSearchGUI.php.
|
private |
Definition at line 31 of file class.ilMailMemberSearchGUI.php.
Referenced by getMailRoles().
|
private |
Definition at line 32 of file class.ilMailMemberSearchGUI.php.
Referenced by getObjParticipants(), and setObjParticipants().
|
private |
Definition at line 40 of file class.ilMailMemberSearchGUI.php.
|
private |
Definition at line 34 of file class.ilMailMemberSearchGUI.php.
Definition at line 37 of file class.ilMailMemberSearchGUI.php.
|
private |
Definition at line 39 of file class.ilMailMemberSearchGUI.php.