ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilFSStorageBadgeImageTemplate.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 'badgetmpl';
19  }
20 
21  protected function getPathPrefix()
22  {
23  return 'ilBadge';
24  }
25 }
__construct(Container $dic, ilPlugin $plugin)