ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
◀ ilDoc Overview
class.ilObjSystemFolder.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
use
ILIAS\Administration\HeaderTitleRepo
;
22
23
class
ilObjSystemFolder
extends
ilObject
24
{
25
protected
string
$type
=
'adm'
;
26
27
public
static
function
_getHeaderTitle
(): string
28
{
29
$repo =
new
HeaderTitleRepo
();
30
return
$repo->getHeaderTitle();
31
}
32
}
ILIAS\Administration\HeaderTitleRepo
Definition:
HeaderTitleRepo.php:29
ilObjSystemFolder
Definition:
class.ilObjSystemFolder.php:24
ilObjSystemFolder\_getHeaderTitle
static _getHeaderTitle()
Definition:
class.ilObjSystemFolder.php:27
ilObjSystemFolder\$type
string $type
Definition:
class.ilObjSystemFolder.php:25
ilObject
Class ilObject Basic functions for all objects.
Definition:
class.ilObject.php:38
components
ILIAS
Administration
classes
SystemFolder
class.ilObjSystemFolder.php
Generated on Sat Dec 13 2025 23:01:37 for ILIAS by
1.9.4 (using
Doxyfile
)