ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilFSStoragePoll.php
Go to the documentation of this file.
1 <?php
2 
3 declare(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 }
__construct(int $a_container_id=0)
__construct(Container $dic, ilPlugin $plugin)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...