ILIAS
release_8 Revision v8.23
◀ 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
Services
User
Gallery
classes
class.ilGalleryUserActionContext.php
Generated on Wed Sep 3 2025 22:02:47 for ILIAS by
1.8.13 (using
Doxyfile
)