1 <?php declare(strict_types=1);
25 $this->sender = $user;
48 public function send() : void
54 $recipientLanguage->loadLanguageModule(
'buddysystem');
57 $notification->setTitleVar(
'buddy_notification_contact_request', [],
'buddysystem');
59 $personalProfileLink = $recipientLanguage->txt(
'buddy_noti_cr_profile_not_published');
68 $this->sender->getId(),
72 ) .
'">' . $recipientLanguage->txt(
'buddy_notification_contact_request_link_osd') .
'</a>',
74 $this->sender->getId(),
78 ) .
'">' . $recipientLanguage->txt(
'buddy_notification_contact_request_ignore_osd') .
'</a>',
81 $notification->setShortDescriptionVar(
82 'buddy_notification_contact_request_short',
91 'APPROVE_REQUEST_TXT' => $recipientLanguage->txt(
'buddy_notification_contact_request_link'),
93 'IGNORE_REQUEST_TXT' => $recipientLanguage->txt(
'buddy_notification_contact_request_ignore'),
95 'PERSONAL_PROFILE_LINK' => $personalProfileLink,
97 $notification->setLongDescriptionVar(
'buddy_notification_contact_request_long', $bodyParams,
'buddysystem');
99 $notification->setAutoDisable(
false);
102 $notification->setIconPath(
'templates/default/images/icon_usr.svg');
103 $notification->setHandlerParam(
'mail.sender', ANONYMOUS_USER_ID);
104 $notification->notifyByUsers([$user->getId()]);
115 if (is_numeric($portfolioId) && $portfolioId > 0) {
117 return $accessHandler->checkAccessOfUser($recipientUsrId,
'read',
'', $portfolioId);
121 $this->sender->getPref(
'public_profile') ===
'y' ||
122 $this->sender->getPref(
'public_profile') ===
'g'
static _getStaticLink( $a_ref_id, $a_type='', $a_fallback_goto=true, $append="")
Get static link.
hasPublicProfile(int $recipientUsrId)
Describes a notification and provides methods for publishing this notification.
static _getLanguage($a_lang_key='')
Get langauge object.
__construct(ilObjUser $user, ilSetting $settings)
setRecipientIds(array $recipientIds)
static getNamePresentation( $a_user_id, $a_user_image=false, $a_profile_link=false, $a_profile_back_link="", $a_force_first_lastname=false, $a_omit_login=false, $a_sortable=true, $a_return_data_array=false, $a_ctrl_path="ilpublicuserprofilegui")
Default behaviour is:
Access handler for portfolio.
static getDefaultPortfolio($a_user_id)
Get default portfolio of user.
static getSalutation($a_usr_id, ilLanguage $a_language=null)