ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
class.ilFSStoragePoll.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
25
class
ilFSStoragePoll
extends
ilFileSystemAbstractionStorage
26
{
27
public
function
__construct
(
int
$a_container_id = 0)
28
{
29
parent::__construct
(self::STORAGE_SECURED,
true
, $a_container_id);
30
}
31
32
protected
function
getPathPostfix
(): string
33
{
34
return
'poll'
;
35
}
36
37
protected
function
getPathPrefix
(): string
38
{
39
return
'ilPoll'
;
40
}
41
}
ilFSStoragePoll
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilFSStoragePoll.php:26
ilFSStoragePoll\__construct
__construct(int $a_container_id=0)
Definition:
class.ilFSStoragePoll.php:27
ilFSStoragePoll\getPathPostfix
getPathPostfix()
Get directory name.
Definition:
class.ilFSStoragePoll.php:32
ilFSStoragePoll\getPathPrefix
getPathPrefix()
Get path prefix.
Definition:
class.ilFSStoragePoll.php:37
ilFileSystemAbstractionStorage
Definition:
class.ilFileSystemAbstractionStorage.php:27
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
Definition:
PluginProviderHelper.php:37
Modules
Poll
classes
class.ilFSStoragePoll.php
Generated on Sun Nov 2 2025 22:01:15 for ILIAS by
1.9.4 (using
Doxyfile
)