5include_once(
"./Services/User/Actions/classes/class.ilUserActionProvider.php");
30 "profile" => $this->lng->txt(
"profile")
43 include_once(
"./Services/User/Actions/classes/class.ilUserAction.php");
53 $f->setType(
"profile");
54 $f->setText($this->lng->txt(
'profile'));
55 $f->setHref(
"./goto.php?target=usr_" . $a_target_user);
An exception for terminatinating execution or to throw for unit testing.
static _lookupPref($a_usr_id, $a_keyword)
static getInstance()
Get instance.
A class that provides a collection of actions on users.
Action that can be performed on a user.
collectActionsForTargetUser($a_target_user)
Collect all actions.
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...