ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ 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
5
include_once(
"./Services/User/Actions/Contexts/classes/class.ilUserActionContext.php"
);
6
14
class
ilAwarenessUserActionContext
extends
ilUserActionContext
15
{
19
public
function
getComponentId
()
20
{
21
return
"awrn"
;
22
}
23
27
public
function
getContextId
()
28
{
29
return
"toplist"
;
30
}
31
}
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:14
ilAwarenessUserActionContext\getContextId
getContextId()
Definition:
class.ilAwarenessUserActionContext.php:27
ilAwarenessUserActionContext\getComponentId
getComponentId()
Definition:
class.ilAwarenessUserActionContext.php:19
Services
Awareness
classes
class.ilAwarenessUserActionContext.php
Generated on Sat Jan 18 2025 19:01:26 for ILIAS by
1.8.13 (using
Doxyfile
)