ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilAwarenessUserActionContext Class Reference

Awareness context for user actions. 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.
Returns
string
More...
 
 getContextId ()
 Get id for context.Should be unique within the component
Returns
string
More...
 
 getComponentId ()
 Get compoment id of context as defined in service.xml/module.xml. More...
 
 getContextId ()
 Get id for context. More...
 

Detailed Description

Awareness context for user actions.

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
Version
$Id$

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

Member Function Documentation

◆ getComponentId()

ilAwarenessUserActionContext::getComponentId ( )

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

Returns
string

Reimplemented from ilUserActionContext.

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

18 {
19 return "awrn";
20 }

◆ getContextId()

ilAwarenessUserActionContext::getContextId ( )

Get id for context.Should be unique within the component

Returns
string

Reimplemented from ilUserActionContext.

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

26 {
27 return "toplist";
28 }

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