19 declare(strict_types=1);
30 'ilBuddySystemLinkedRelationState' =>
'_contact_approved',
31 'ilBuddySystemIgnoredRequestRelationState' =>
'_contact_ignored',
40 $this->
user = $DIC[
'ilUser'];
56 $this->
lng->loadLanguageModule(
'buddysystem');
58 'handle_req' => $this->
lng->txt(
'buddy_handle_contact_request'),
78 $requested_contacts = $buddyList->getRequestRelationsForOwner()->getKeys();
80 if (in_array($a_target_user, $requested_contacts)) {
81 $this->
lng->loadLanguageModule(
'buddysystem');
83 $relation = $buddyList->getRelationByUserId($a_target_user);
84 foreach ($relation->getCurrentPossibleTargetStates() as $target_state) {
88 'buddy_bs_act_btn_txt_requested_to_' .
92 $f->setType(
'handle_req');
98 $this->stateToPermLinkMap[get_class($target_state)]
102 'current-state' => get_class($relation->getState()),
103 'target-state' => get_class($target_state),
104 'buddy-id' => $a_target_user,
105 'action' => $target_state->getAction()
107 $coll->addAction(
$f);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getInstanceByGlobalUser()
static convertUpperCamelCaseToUnderscoreCase(string $value)
Convert a value given in camel case conversion to underscore case conversion (e.g.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _getStaticLink(?int $a_ref_id, string $a_type='', bool $a_fallback_goto=true, string $append="")
Get static link.
static _isAnonymous(int $usr_id)
__construct(Container $dic, ilPlugin $plugin)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...