1 <?php declare(strict_types=1);
23 $this->
user = $DIC[
'ilUser'];
31 return 'contact_approved';
39 $this->lng->loadLanguageModule(
'contact');
40 return $this->lng->txt(
'contact_awrn_req_contacts');
48 $this->lng->loadLanguageModule(
'contact');
49 return $this->lng->txt(
'contact_awrn_req_contacts_info');
57 if ($this->
user->isAnonymous()) {
static getInstanceByGlobalUser()
A class that provides a collection of users for the awareness tool.
__construct(Container $dic, ilPlugin $plugin)