ILIAS  release_8 Revision v8.24
class.ilFSStorageBooking.php
Go to the documentation of this file.
1<?php
2
23{
24 public function __construct(
25 int $a_container_id = 0
26 ) {
27 parent::__construct(self::STORAGE_WEB, true, $a_container_id);
28 }
29
30 protected function getPathPostfix(): string
31 {
32 return 'book';
33 }
34
35 protected function getPathPrefix(): string
36 {
37 return 'ilBookingManager';
38 }
39}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(int $a_container_id=0)
getPathPrefix()
Get path prefix.
getPathPostfix()
Get directory name.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc