|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
User action administration. More...
Collaboration diagram for ilUserActionAdmin:Static Public Member Functions | |
| static | activateAction ($a_context_comp, $a_context_id, $a_action_comp, $a_action_type, $a_active) |
| Activate action. More... | |
| static | lookupActive ($a_context_comp, $a_context_id, $a_action_comp, $a_action_type) |
| Is activated? More... | |
Static Protected Member Functions | |
| static | loadData () |
| Load data. More... | |
Static Protected Attributes | |
| static | $loaded = false |
| static | $data = array() |
|
static |
Activate action.
| string | $a_context_comp | |
| string | $a_context_id | |
| string | $a_action_comp | |
| string | $a_action_type | |
| bool | $a_active | active true/false |
Definition at line 26 of file class.ilUserActionAdmin.php.
References $a_context_id, and $DIC.
Referenced by ilUserActionAdminGUI\save().
Here is the caller graph for this function:
|
staticprotected |
Load data.
return
Definition at line 69 of file class.ilUserActionAdmin.php.
Referenced by lookupActive().
Here is the caller graph for this function:
|
static |
Is activated?
| string | $a_context_comp | |
| string | $a_context_id | |
| string | $a_action_comp | |
| string | $a_action_type |
Definition at line 55 of file class.ilUserActionAdmin.php.
References $a_context_id, $data, and loadData().
Referenced by ilUserActionAdminGUI\getActions(), ilUserActionCollector\getActionsForTargetUser(), and ilUserActionGUI\init().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprotected |
Definition at line 15 of file class.ilUserActionAdmin.php.
|
staticprotected |
Definition at line 14 of file class.ilUserActionAdmin.php.