5include_once(
"./Services/User/Actions/classes/class.ilUserActionProvider.php");
28 if (!isset(self::$user_access[$a_user_id])) {
29 include_once(
"./Services/Mail/classes/class.ilMailGlobalServices.php");
30 self::$user_access[$a_user_id] =
33 return self::$user_access[$a_user_id];
50 "compose" => $this->lng->txt(
"mail")
63 include_once(
"./Services/User/Actions/classes/class.ilUserAction.php");
64 include_once(
"./Services/Mail/classes/class.ilMailFormCall.php");
74 $f->setType(
"compose");
75 $f->setText($this->lng->txt(
"mail"));
An exception for terminatinating execution or to throw for unit testing.
static getMailObjectRefId()
Determines the reference id of the mail object and stores this information in a local cache variable.
getComponentId()
string component id as defined in services.xml/module.xml
getActionTypes()
array[string] keys must be unique action ids (strings), values should be the names of the actions (fr...
checkUserMailAccess($a_user_id)
Check user chat access.
collectActionsForTargetUser($a_target_user)
Collect user actions.
static _lookupName($a_user_id)
lookup user name
static getInstance()
Get instance.
A class that provides a collection of actions on users.
Action that can be performed on a user.