ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.ilGalleryUserActionContext.php
Go to the documentation of this file.
1
<?php
2
23
class
ilGalleryUserActionContext
extends
ilUserActionContext
24
{
25
public
function
getComponentId
(): string
26
{
27
return
"user"
;
28
}
29
30
public
function
getContextId
(): string
31
{
32
return
"gallery"
;
33
}
34
}
ilGalleryUserActionContext\getContextId
getContextId()
Definition:
class.ilGalleryUserActionContext.php:30
ilGalleryUserActionContext
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilGalleryUserActionContext.php:23
ilGalleryUserActionContext\getComponentId
getComponentId()
Definition:
class.ilGalleryUserActionContext.php:25
ilUserActionContext
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilUserActionContext.php:23
components
ILIAS
User
classes
Gallery
class.ilGalleryUserActionContext.php
Generated on Sun Aug 31 2025 23:04:19 for ILIAS by
1.8.13 (using
Doxyfile
)