ILIAS  release_8 Revision v8.24
Definitions.php
Go to the documentation of this file.
1<?php
2
3declare(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}
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:32
$c
Definition: cli.php:38