ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilFSStorageSession.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
28 {
29  public function __construct(int $a_event_id = 0)
30  {
32  }
33 
34  public function createDirectory(): bool
35  {
37  }
38 
39  protected function getPathPostfix(): string
40  {
41  return 'sess';
42  }
43 
44  protected function getPathPrefix(): string
45  {
46  return 'ilSession';
47  }
48 }
__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.
__construct(Container $dic, ilPlugin $plugin)