ILIAS  release_8 Revision v8.24
class.ilFSStorageSession.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
29{
30 public function __construct(int $a_event_id = 0)
31 {
33 }
34
35 public function createDirectory(): bool
36 {
38 }
39
40 protected function getPathPostfix(): string
41 {
42 return 'sess';
43 }
44
45 protected function getPathPrefix(): string
46 {
47 return 'ilSession';
48 }
49}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getPathPostfix()
Get directory name.
getPathPrefix()
Get path prefix.
__construct(int $a_event_id=0)
getAbsolutePath()
Calculates the full path on the filesystem.
static makeDirParents(string $a_dir)
Create a new directory and all parent directories.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc