ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilAwarenessUserActionContext Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for ilAwarenessUserActionContext:
+ Collaboration diagram for ilAwarenessUserActionContext:

Public Member Functions

 getComponentId ()
 
 getContextId ()
 
- Public Member Functions inherited from ilUserActionContext
 getComponentId ()
 Get compoment id of context as defined in service.xml/module.xml. More...
 
 getContextId ()
 Get id for context. More...
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Awareness context for user actions

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 24 of file class.ilAwarenessUserActionContext.php.

Member Function Documentation

◆ getComponentId()

ilAwarenessUserActionContext::getComponentId ( )

Definition at line 29 of file class.ilAwarenessUserActionContext.php.

29  : string
30  {
31  return "awrn";
32  }

◆ getContextId()

ilAwarenessUserActionContext::getContextId ( )

Definition at line 37 of file class.ilAwarenessUserActionContext.php.

37  : string
38  {
39  return "toplist";
40  }

The documentation for this class was generated from the following file: