ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilGalleryUserActionContext 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 ilGalleryUserActionContext:
+ Collaboration diagram for ilGalleryUserActionContext:

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 Gallery context for user actions

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

Definition at line 23 of file class.ilGalleryUserActionContext.php.

Member Function Documentation

◆ getComponentId()

ilGalleryUserActionContext::getComponentId ( )

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

25  : string
26  {
27  return "user";
28  }

◆ getContextId()

ilGalleryUserActionContext::getContextId ( )

Definition at line 30 of file class.ilGalleryUserActionContext.php.

30  : string
31  {
32  return "gallery";
33  }

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