31         $rbacsystem = $DIC[
'rbacsystem'];
    33         if (!isset(self::$user_access[$a_user_id])) {
    34             self::$user_access[$a_user_id] =
    37         return (
bool) self::$user_access[$a_user_id];
    51             "compose" => $this->
lng->txt(
"mail")
    67             $f->setType(
"compose");
    68             $f->setText($this->
lng->txt(
"mail"));
 A class that provides a collection of actions on users. 
 
static _lookupName(int $a_user_id)
lookup user name 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
static array $user_access
 
static getMailObjectRefId()
 
checkUserMailAccess(int $a_user_id)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
collectActionsForTargetUser(int $a_target_user)