|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for EmployeeTalkUserActionProvider:
Collaboration diagram for EmployeeTalkUserActionProvider:Public Member Functions | |
| collectActionsForTargetUser (int $a_target_user) | |
| Collect actions for a target user. More... | |
| getComponentId () | |
| getActionTypes () | |
Public Member Functions inherited from ilUserActionProvider | |
| __construct () | |
| setUserId (int $a_val) | |
| getUserId () | |
| collectActionsForTargetUser (int $a_target_user) | |
| Collect actions for a target user. More... | |
| getComponentId () | |
| getActionTypes () | |
| getJsScripts (string $a_action_type) | |
Data Fields | |
| const | JUMP_TO_USER_TALK_LIST = 'etal_jump_to_user_talks' |
Protected Member Functions | |
| hasAccess (int $a_target_user) | |
Private Attributes | |
| ilLanguage | $language |
| ilCtrl | $controlFlow |
| ilMyStaffAccess | $access |
Additional Inherited Members | |
Protected Attributes inherited from ilUserActionProvider | |
| int | $user_id |
| ilLanguage | $lng |
| ilDBInterface | $db |
Definition at line 25 of file class.EmployeeTalkUserActionProvider.php.
| EmployeeTalkUserActionProvider::collectActionsForTargetUser | ( | int | $a_target_user | ) |
Collect actions for a target user.
Reimplemented from ilUserActionProvider.
Definition at line 48 of file class.EmployeeTalkUserActionProvider.php.
References ilUserActionCollection\getInstance(), hasAccess(), and ILIAS\UI\examples\Symbol\Glyph\Language\language().
Here is the call graph for this function:| EmployeeTalkUserActionProvider::getActionTypes | ( | ) |
Reimplemented from ilUserActionProvider.
Definition at line 74 of file class.EmployeeTalkUserActionProvider.php.
References ILIAS\UI\examples\Symbol\Glyph\Language\language().
Here is the call graph for this function:| EmployeeTalkUserActionProvider::getComponentId | ( | ) |
Reimplemented from ilUserActionProvider.
Definition at line 69 of file class.EmployeeTalkUserActionProvider.php.
|
protected |
Definition at line 81 of file class.EmployeeTalkUserActionProvider.php.
References ILIAS\Repository\access().
Referenced by collectActionsForTargetUser().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 31 of file class.EmployeeTalkUserActionProvider.php.
|
private |
Definition at line 30 of file class.EmployeeTalkUserActionProvider.php.
|
private |
Definition at line 29 of file class.EmployeeTalkUserActionProvider.php.
| const EmployeeTalkUserActionProvider::JUMP_TO_USER_TALK_LIST = 'etal_jump_to_user_talks' |
Definition at line 27 of file class.EmployeeTalkUserActionProvider.php.