4 require_once
'Services/Awareness/classes/class.ilAwarenessUserProvider.php';
25 parent::__construct();
27 $this->
user = $DIC[
'ilUser'];
36 return 'contact_approved';
45 $this->lng->loadLanguageModule(
'contact');
46 return $this->lng->txt(
'contact_awrn_req_contacts');
55 $this->lng->loadLanguageModule(
'contact');
56 return $this->lng->txt(
'contact_awrn_req_contacts_info');
65 if ($this->
user->isAnonymous()) {
69 require_once
'Services/Contact/BuddySystem/classes/class.ilBuddySystem.php';
74 require_once
'Services/Contact/BuddySystem/classes/class.ilBuddyList.php';
76 return $buddylist->getRequestRelationsForOwner()->getKeys();
static getInstanceByGlobalUser()
A class that provides a collection of users for the awareness tool.