ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
class.ilGalleryUserActionContext.php
Go to the documentation of this file.
1<?php
2
3/* Copyright (c) 1998-2014 ILIAS open source, Extended GPL, see docs/LICENSE */
4
5include_once("./Services/User/Actions/Contexts/classes/class.ilUserActionContext.php");
6
15{
19 public function getComponentId()
20 {
21 return "user";
22 }
23
27 public function getContextId()
28 {
29 return "gallery";
30 }
31}
An exception for terminatinating execution or to throw for unit testing.
Gallery context for user actions.
getContextId()
Get id for context.Should be unique within the componentstring
getComponentId()
Get compoment id of context as defined in service.xml/module.xml.string
A context where user actions are used (e.g.