ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
class.ilFSStorageBadge.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2019 ILIAS open source, Extended GPL, see docs/LICENSE */
4
9
class
ilFSStorageBadge
extends
ilFileSystemStorage
10
{
11
public
function
__construct
($a_container_id = 0)
12
{
13
parent::__construct
(self::STORAGE_SECURED,
true
, $a_container_id);
14
}
15
16
protected
function
getPathPostfix
()
17
{
18
return
'badge'
;
19
}
20
21
protected
function
getPathPrefix
()
22
{
23
return
'ilBadge'
;
24
}
25
}
ilFSStorageBadge\getPathPostfix
getPathPostfix()
Definition:
class.ilFSStorageBadge.php:16
ilFSStorageBadge\__construct
__construct($a_container_id=0)
Definition:
class.ilFSStorageBadge.php:11
ilFileSystemStorage
Definition:
class.ilFileSystemStorage.php:34
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:30
ilFSStorageBadge
Definition:
class.ilFSStorageBadge.php:9
ilFSStorageBadge\getPathPrefix
getPathPrefix()
Definition:
class.ilFSStorageBadge.php:21
Services
Badge
classes
class.ilFSStorageBadge.php
Generated on Mon Sep 1 2025 20:01:22 for ILIAS by
1.8.13 (using
Doxyfile
)