ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
class.ilFSStorageSession.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
28
class
ilFSStorageSession
extends
ilFileSystemAbstractionStorage
29
{
30
public
function
__construct
(
int
$a_event_id = 0)
31
{
32
parent::__construct
(
ilFileSystemAbstractionStorage::STORAGE_DATA
,
true
, $a_event_id);
33
}
34
35
public
function
createDirectory
(): bool
36
{
37
return
ilFileUtils::makeDirParents
($this->
getAbsolutePath
());
38
}
39
40
protected
function
getPathPostfix
(): string
41
{
42
return
'sess'
;
43
}
44
45
protected
function
getPathPrefix
(): string
46
{
47
return
'ilSession'
;
48
}
49
}
ilFSStorageSession\__construct
__construct(int $a_event_id=0)
Definition:
class.ilFSStorageSession.php:30
ilFSStorageSession\getPathPostfix
getPathPostfix()
Definition:
class.ilFSStorageSession.php:40
ilFileUtils\makeDirParents
static makeDirParents(string $a_dir)
Create a new directory and all parent directories.
Definition:
class.ilFileUtils.php:183
ILIAS\MetaData\Repository\Validation\Data\__construct
__construct(VocabulariesInterface $vocabularies)
Definition:
VocabularyBridge.php:31
ilFSStorageSession\createDirectory
createDirectory()
Definition:
class.ilFSStorageSession.php:35
ilFSStorageSession\getPathPrefix
getPathPrefix()
Definition:
class.ilFSStorageSession.php:45
ilFileSystemAbstractionStorage\getAbsolutePath
getAbsolutePath()
Calculates the full path on the filesystem.
Definition:
class.ilFileSystemAbstractionStorage.php:171
ilFileSystemAbstractionStorage\STORAGE_DATA
const STORAGE_DATA
Definition:
class.ilFileSystemAbstractionStorage.php:29
ilFSStorageSession
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilFSStorageSession.php:28
ilFileSystemAbstractionStorage
Definition:
class.ilFileSystemAbstractionStorage.php:26
Modules
Session
classes
class.ilFSStorageSession.php
Generated on Wed Sep 10 2025 14:11:00 for ILIAS by
1.8.13 (using
Doxyfile
)