ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilFSStorageBadge.php
Go to the documentation of this file.
1<?php
2
20{
21 public function __construct(int $a_container_id = 0)
22 {
23 parent::__construct(self::STORAGE_SECURED, true, $a_container_id);
24 }
25
26 protected function getPathPostfix(): string
27 {
28 return 'badge';
29 }
30
31 protected function getPathPrefix(): string
32 {
33 return 'ilBadge';
34 }
35}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getPathPrefix()
Get path prefix.
__construct(int $a_container_id=0)
getPathPostfix()
Get directory name.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc