ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
◀ ilDoc Overview
class.ilObjBenchmark.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
final
class
ilObjBenchmark
extends
ilObject2
22
{
23
public
const
string
TYPE
=
'bnmk'
;
24
25
protected
function
initType
(): void
26
{
27
$this->type =
self::TYPE
;
28
}
29
}
ilObjBenchmark
Definition:
class.ilObjBenchmark.php:22
ilObjBenchmark\initType
initType()
Definition:
class.ilObjBenchmark.php:25
ilObjBenchmark\TYPE
const string TYPE
Definition:
class.ilObjBenchmark.php:23
ilObject2
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilObject2.php:24
components
ILIAS
Benchmark
classes
class.ilObjBenchmark.php
Generated on Sun Nov 2 2025 23:01:50 for ILIAS by
1.9.4 (using
Doxyfile
)