ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilFSStoragePortfolio.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 1998-2019 ILIAS open source, Extended GPL, see docs/LICENSE */
4 
10 {
11  public function __construct($a_container_id = 0)
12  {
13  parent::__construct(self::STORAGE_SECURED, true, $a_container_id);
14  }
15 
16  protected function getPathPostfix()
17  {
18  return 'prtf';
19  }
20 
21  protected function getPathPrefix()
22  {
23  return 'ilPortfolio';
24  }
25 }
__construct(Container $dic, ilPlugin $plugin)