ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilFSStorageSession.php
Go to the documentation of this file.
1 <?php
2 
3 declare(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 }
__construct(int $a_event_id=0)
static makeDirParents(string $a_dir)
Create a new directory and all parent directories.
getAbsolutePath()
Calculates the full path on the filesystem.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)