ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
class.ilObjSystemFolder.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
24{
25 protected string $type = 'adm';
26
27 public static function _getHeaderTitle(): string
28 {
29 $repo = new HeaderTitleRepo();
30 return $repo->getHeaderTitle();
31 }
32}
Class ilObject Basic functions for all objects.