ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
Definitions.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
6 
8 
10 {
12 
13  public function __construct(Container $c)
14  {
15  $this->suffix_definitions = $c['filesystem.definitions'];
16  }
17 
18  public function suffix(): SuffixDefinitions
19  {
21  }
22 }
$c
Definition: cli.php:38
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:31