ILIAS  release_8 Revision v8.24
class.ilFSStoragePreview.php
Go to the documentation of this file.
1<?php
27{
37 public function __construct(int $a_container_id = 0)
38 {
39 parent::__construct(self::STORAGE_WEB, true, $a_container_id);
40 }
41
51 protected function getPathPostfix(): string
52 {
53 return "preview";
54 }
55
64 protected function getPathPrefix(): string
65 {
66 return "previews";
67 }
68}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getPathPrefix()
Get path prefix.
__construct(int $a_container_id=0)
Constructor.
getPathPostfix()
Get directory name.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc