5include_once(
"./Services/User/Actions/classes/class.ilUserActionProvider.php");
 
   28                $this->wsp_activated = (!
$ilSetting->get(
"disable_personal_workspace"));
 
   29                $lng->loadLanguageModule(
"wsp");
 
   30                parent::__construct();
 
   47                        "shared_res" => $this->lng->txt(
"wsp_shared_resources")
 
   62                include_once(
"./Services/User/Actions/classes/class.ilUserAction.php");
 
   64                if (!$this->wsp_activated)
 
   70                $f->setType(
"shared_res");
 
   71                $f->setText(
$lng->txt(
"wsp_shared_resources"));
 
   73                $f->setHref(
$ilCtrl->getLinkTargetByClass(array(
"ilpersonaldesktopgui", 
"ilpersonalworkspacegui", 
"ilobjworkspacerootfoldergui"),
 
   74                        "listSharedResourcesOfOtherUser"));
 
An exception for terminatinating execution or to throw for unit testing.
static _lookupLogin($a_user_id)
lookup login
static getInstance()
Get instance.
A class that provides a collection of actions on users.
Action that can be performed on a user.
Adds link to shared resources.
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...
collectActionsForTargetUser($a_target_user)
Collect all actions.