19 declare(strict_types=1);
32 $this->
user = $DIC[
'ilUser'];
33 $this->
lng = $DIC[
'lng'];
41 return new self($usrId);
56 $this->
lng->loadLanguageModule(
'buddysystem');
71 'tpl.buddy_system_link_button.html',
74 'components/ILIAS/Contact/BuddySystem' 76 $buttonTemplate->setVariable(
83 $buttonTemplate->setVariable(
'BUTTON_BUDDY_ID', $this->
getUsrId());
85 $buttonTemplate->setVariable(
'BUTTON_CURRENT_STATE',
$relation->getState()::class);
87 return $buttonTemplate->get();
static getInstance(?ilLanguage $lng=null)
static _lookupPref(int $a_usr_id, string $a_keyword)
static yn2tf(string $a_yn)
static getInstanceByGlobalUser(?ilObjUser $user=null)