ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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 ()
 Get compoment id of context as defined in service.xml/module.xml. More...
 
 getContextId ()
 Get id for context.Should be unique within the component More...
 
 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 ( )

Get compoment id of context as defined in service.xml/module.xml.

Reimplemented from ilUserActionContext.

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

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

◆ getContextId()

ilAwarenessUserActionContext::getContextId ( )

Get id for context.Should be unique within the component

Reimplemented from ilUserActionContext.

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: