ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
class.ilFSStorageBadgeImageTemplate.php
Go to the documentation of this file.
1
<?php
2
19
class
ilFSStorageBadgeImageTemplate
extends
ilFileSystemAbstractionStorage
20
{
21
public
function
__construct
(
int
$a_container_id = 0)
22
{
23
parent::__construct
(self::STORAGE_SECURED,
true
, $a_container_id);
24
}
25
26
protected
function
getPathPostfix
(): string
27
{
28
return
'badgetmpl'
;
29
}
30
31
protected
function
getPathPrefix
(): string
32
{
33
return
'ilBadge'
;
34
}
35
}
ilFSStorageBadgeImageTemplate
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilFSStorageBadgeImageTemplate.php:20
ilFSStorageBadgeImageTemplate\__construct
__construct(int $a_container_id=0)
Definition:
class.ilFSStorageBadgeImageTemplate.php:21
ilFSStorageBadgeImageTemplate\getPathPrefix
getPathPrefix()
Get path prefix.
Definition:
class.ilFSStorageBadgeImageTemplate.php:31
ilFSStorageBadgeImageTemplate\getPathPostfix
getPathPostfix()
Get directory name.
Definition:
class.ilFSStorageBadgeImageTemplate.php:26
ilFileSystemAbstractionStorage
Definition:
class.ilFileSystemAbstractionStorage.php:28
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
Definition:
PluginProviderHelper.php:38
components
ILIAS
Badge
classes
class.ilFSStorageBadgeImageTemplate.php
Generated on Sat Oct 18 2025 23:02:37 for ILIAS by
1.9.4 (using
Doxyfile
)