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