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