ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
class.ilAwarenessUserActionContext.php
Go to the documentation of this file.
1
<?
php
2
3
/* Copyright (c) 1998-2014 ILIAS open source, Extended GPL, see docs/LICENSE */
4
12
class
ilAwarenessUserActionContext
extends
ilUserActionContext
13
{
17
function
getComponentId
()
18
{
19
return
"awrn"
;
20
}
21
25
function
getContextId
()
26
{
27
return
"toplist"
;
28
}
29
30
}
31
32
?>
ilUserActionContext
A context where user actions are used (e.g.
Definition:
class.ilUserActionContext.php:12
ilAwarenessUserActionContext
Awareness context for user actions.
Definition:
class.ilAwarenessUserActionContext.php:12
ilAwarenessUserActionContext\getContextId
getContextId()
Definition:
class.ilAwarenessUserActionContext.php:25
php
ilAwarenessUserActionContext\getComponentId
getComponentId()
Definition:
class.ilAwarenessUserActionContext.php:17
Services
User
Actions
Contexts
classes
class.ilAwarenessUserActionContext.php
Generated on Fri Jan 24 2025 19:01:16 for ILIAS by
1.8.13 (using
Doxyfile
)