|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilStudyProgrammeMailMemberSearchGUI:Public Member Functions | |
| __construct (ilCtrl $ctrl, ilGlobalTemplateInterface $tpl, ilLanguage $lng, ilAccessHandler $access, ILIAS\HTTP\Wrapper\WrapperFactory $http_wrapper, ILIAS\Refinery\Factory $refinery, ilPRGPermissionsHelper $permission_helper) | |
| getAssignments () | |
| setAssignments (array $assignments) | |
| getBackTarget () | |
| setBackTarget (string $target) | |
| executeCommand () | |
Protected Member Functions | |
| showSelectableUsers () | |
| getProcessData () | |
| getPRGMembersGUI () | |
| retrieveUserIds () | |
| sendMailToSelectedUsers () | |
| generateContextArray () | |
| redirectToParent () | |
| createMailSignature () | |
| getRootPrgRefId () | |
| getRootPrgObjId () | |
Protected Attributes | |
| ilCtrl | $ctrl |
| ilGlobalTemplateInterface | $tpl |
| ilLanguage | $lng |
| ilAccessHandler | $access |
| ILIAS HTTP Wrapper WrapperFactory | $http_wrapper |
| ILIAS Refinery Factory | $refinery |
| array | $assignments = [] |
| array | $user_ids = [] |
| ilPRGPermissionsHelper | $permission_helper |
Private Attributes | |
| string | $back_target = null |
Definition at line 21 of file class.ilStudyProgrammeMailMemberSearchGUI.php.
| ilStudyProgrammeMailMemberSearchGUI::__construct | ( | ilCtrl | $ctrl, |
| ilGlobalTemplateInterface | $tpl, | ||
| ilLanguage | $lng, | ||
| ilAccessHandler | $access, | ||
| ILIAS\HTTP\Wrapper\WrapperFactory | $http_wrapper, | ||
| ILIAS\Refinery\Factory | $refinery, | ||
| ilPRGPermissionsHelper | $permission_helper | ||
| ) |
Definition at line 35 of file class.ilStudyProgrammeMailMemberSearchGUI.php.
References $access, $ctrl, $http_wrapper, $lng, $permission_helper, $refinery, $tpl, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
protected |
Definition at line 225 of file class.ilStudyProgrammeMailMemberSearchGUI.php.
References ilLink\_getLink(), getRootPrgRefId(), and ILIAS\Repository\lng().
Referenced by sendMailToSelectedUsers().
Here is the call graph for this function:
Here is the caller graph for this function:| ilStudyProgrammeMailMemberSearchGUI::executeCommand | ( | ) |
Definition at line 76 of file class.ilStudyProgrammeMailMemberSearchGUI.php.
References ILIAS\Repository\ctrl(), getProcessData(), redirectToParent(), retrieveUserIds(), sendMailToSelectedUsers(), and showSelectableUsers().
Here is the call graph for this function:
|
protected |
Definition at line 196 of file class.ilStudyProgrammeMailMemberSearchGUI.php.
References $ref_id, $type, ilObject\_lookupType(), ILIAS\Repository\access(), ilMailFormCall\CONTEXT_KEY, getRootPrgRefId(), and ilStudyProgrammeMailTemplateContext\ID.
Referenced by sendMailToSelectedUsers().
Here is the call graph for this function:
Here is the caller graph for this function:| ilStudyProgrammeMailMemberSearchGUI::getAssignments | ( | ) |
Definition at line 56 of file class.ilStudyProgrammeMailMemberSearchGUI.php.
References $assignments.
Referenced by getProcessData(), getRootPrgObjId(), and getRootPrgRefId().
Here is the caller graph for this function:| ilStudyProgrammeMailMemberSearchGUI::getBackTarget | ( | ) |
Definition at line 66 of file class.ilStudyProgrammeMailMemberSearchGUI.php.
References $back_target.
Referenced by redirectToParent().
Here is the caller graph for this function:
|
protected |
Definition at line 143 of file class.ilStudyProgrammeMailMemberSearchGUI.php.
References ilStudyProgrammeDIC\dic().
Referenced by sendMailToSelectedUsers().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 112 of file class.ilStudyProgrammeMailMemberSearchGUI.php.
References $data, $name, ilObjUser\_lookupLogin(), ilObjUser\_lookupName(), getAssignments(), and ilOrgUnitOperation\OP_MANAGE_MEMBERS.
Referenced by executeCommand(), and showSelectableUsers().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 241 of file class.ilStudyProgrammeMailMemberSearchGUI.php.
References $assignments, and getAssignments().
Referenced by showSelectableUsers().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 234 of file class.ilStudyProgrammeMailMemberSearchGUI.php.
References $assignments, getAssignments(), and ilObjStudyProgramme\getRefIdFor().
Referenced by createMailSignature(), and generateContextArray().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 215 of file class.ilStudyProgrammeMailMemberSearchGUI.php.
References $back_target, ILIAS\Repository\ctrl(), and getBackTarget().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 148 of file class.ilStudyProgrammeMailMemberSearchGUI.php.
References $user_ids, and ILIAS\Repository\refinery().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 160 of file class.ilStudyProgrammeMailMemberSearchGUI.php.
References $user_ids, ilObjUser\_lookupLogin(), createMailSignature(), ILIAS\Repository\ctrl(), generateContextArray(), getPRGMembersGUI(), ilMailFormCall\getRedirectTarget(), ILIAS\Repository\lng(), ilMailFormCall\setRecipients(), and showSelectableUsers().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilStudyProgrammeMailMemberSearchGUI::setAssignments | ( | array | $assignments | ) |
Definition at line 61 of file class.ilStudyProgrammeMailMemberSearchGUI.php.
References $assignments.
| ilStudyProgrammeMailMemberSearchGUI::setBackTarget | ( | string | $target | ) |
Definition at line 71 of file class.ilStudyProgrammeMailMemberSearchGUI.php.
|
protected |
Definition at line 103 of file class.ilStudyProgrammeMailMemberSearchGUI.php.
References getProcessData(), and getRootPrgObjId().
Referenced by executeCommand(), and sendMailToSelectedUsers().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 26 of file class.ilStudyProgrammeMailMemberSearchGUI.php.
Referenced by __construct().
|
protected |
Definition at line 30 of file class.ilStudyProgrammeMailMemberSearchGUI.php.
Referenced by getAssignments(), getRootPrgObjId(), getRootPrgRefId(), and setAssignments().
|
private |
Definition at line 33 of file class.ilStudyProgrammeMailMemberSearchGUI.php.
Referenced by getBackTarget(), and redirectToParent().
|
protected |
Definition at line 23 of file class.ilStudyProgrammeMailMemberSearchGUI.php.
Referenced by __construct().
|
protected |
Definition at line 27 of file class.ilStudyProgrammeMailMemberSearchGUI.php.
Referenced by __construct().
|
protected |
Definition at line 25 of file class.ilStudyProgrammeMailMemberSearchGUI.php.
Referenced by __construct().
|
protected |
Definition at line 32 of file class.ilStudyProgrammeMailMemberSearchGUI.php.
Referenced by __construct().
|
protected |
Definition at line 28 of file class.ilStudyProgrammeMailMemberSearchGUI.php.
Referenced by __construct().
|
protected |
Definition at line 24 of file class.ilStudyProgrammeMailMemberSearchGUI.php.
Referenced by __construct().
|
protected |
Definition at line 31 of file class.ilStudyProgrammeMailMemberSearchGUI.php.
Referenced by retrieveUserIds(), and sendMailToSelectedUsers().