1 <?php declare(strict_types=1);
15 'ilBuddySystemLinkedRelationState' =>
'_contact_approved',
16 'ilBuddySystemIgnoredRequestRelationState' =>
'_contact_ignored' 28 $this->
user = $DIC[
'ilUser'];
44 $this->lng->loadLanguageModule(
'buddysystem');
46 'handle_req' => $this->lng->txt(
'buddy_handle_contact_request')
66 $requested_contacts = $buddyList->getRequestRelationsForOwner()->getKeys();
68 if (in_array($a_target_user, $requested_contacts)) {
69 $this->lng->loadLanguageModule(
'buddysystem');
71 $relation = $buddyList->getRelationByUserId($a_target_user);
72 foreach ($relation->getCurrentPossibleTargetStates() as $target_state) {
76 'buddy_bs_act_btn_txt_requested_to_' .
80 $f->setType(
'handle_req');
86 $this->stateToPermLinkMap[get_class($target_state)]
90 'current-state' => get_class($relation->getState()),
91 'target-state' => get_class($target_state),
92 'buddy-id' => $a_target_user,
93 'action' => $target_state->getAction()
A class that provides a collection of actions on users.
static convertUpperCamelCaseToUnderscoreCase($value)
Convert a value given in camel case conversion to underscore case conversion (e.g.
static getInstanceByGlobalUser()
static getInstance()
Get instance.
static _getStaticLink( $a_ref_id, $a_type='', $a_fallback_goto=true, $append="")
Get static link.
static _isAnonymous($usr_id)
__construct(Container $dic, ilPlugin $plugin)
Action that can be performed on a user.