Go to the source code of this file.
Namespaces | |
namespace | ilias |
admin objects frameset | |
Variables | |
$tplprint = new ilTemplate("tpl.mail_print.html",true,true) | |
$umail = new ilMail($_SESSION["AccountId"]) | |
$mail_data = $umail->getMail($_GET["mail_id"]) | |
$tmp_user = new ilObjUser($mail_data["sender_id"]) |
$mail_data = $umail->getMail($_GET["mail_id"]) |
Definition at line 43 of file mail_print.php.
$tmp_user = new ilObjUser($mail_data["sender_id"]) |
Definition at line 50 of file mail_print.php.
Referenced by ilRoleDesktopItem::__assign(), ilPaymentBillAdminGUI::__initBillVendorData(), ilLinkChecker::__sendMail(), ilForum::__sendMessage(), ilCourseMembers::_isMember(), ilObjUserFolderGUI::appliedUsersObject(), ilExerciseMembers::assignMember(), ilRbacAdmin::assignUser(), ilExerciseMembers::deassignMember(), ilMail::distributeMail(), ilObjChatGUI::drop(), ilObjUserFolderGUI::editAppliedUsersObject(), ilPaymentStatisticGUI::editStatistic(), ilObjPaymentSettingsGUI::editStatisticObject(), ilForum::fetchPostNodeData(), ilMail::getEmailsOfRecipients(), ilSoapUserAdministration::getUser(), ilObjChat::sendMessage(), ilCourseMembers::sendNotification(), ilCourseMembers::sendNotificationToAdmins(), ilCourseMembers::sendUnsubscribeNotificationToAdmins(), ilChatServerCommunicator::setRecipientId(), ilPaymentObjectGUI::showObjects(), ilObjUserFolderGUI::updateAppliedUsersObject(), and ilMailbox::updateMailsOfDeletedUser().
$tplprint = new ilTemplate("tpl.mail_print.html",true,true) |
Definition at line 38 of file mail_print.php.
$umail = new ilMail($_SESSION["AccountId"]) |
Definition at line 42 of file mail_print.php.