Adds link to profile.
More...
◆ collectActionsForTargetUser()
ilUserUserActionProvider::collectActionsForTargetUser |
( |
|
$a_target_user | ) |
|
Collect all actions.
- Parameters
-
int | $a_target_user | target user |
- Returns
- ilUserActionCollection collection
Definition at line 40 of file class.ilUserUserActionProvider.php.
References ilObjUser\_lookupPref(), array, and ilUserActionCollection\getInstance().
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);
static getInstance()
Get instance.
Create styles array
The data for the language used.
static _lookupPref($a_usr_id, $a_keyword)
Action that can be performed on a user.
◆ getActionTypes()
ilUserUserActionProvider::getActionTypes |
( |
| ) |
|
◆ getComponentId()
ilUserUserActionProvider::getComponentId |
( |
| ) |
|
The documentation for this class was generated from the following file: