ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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 14 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 19 of file class.ilAwarenessUserActionContext.php.

20 {
21 return "awrn";
22 }

◆ getContextId()

ilAwarenessUserActionContext::getContextId ( )

Get id for context.Should be unique within the component

Returns
string

Reimplemented from ilUserActionContext.

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

28 {
29 return "toplist";
30 }

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