ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
◀ ilDoc Overview
TestSettings.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Test\Settings
;
22
23
use
ILIAS\Test\Logging\AdditionalInformationGenerator
;
24
use
ILIAS\UI\Component\Input\Field\Factory
as FieldFactory;
25
use
ILIAS\UI\Component\Input\Container\Form\FormInput
;
26
use
ILIAS\Refinery\Factory
as Refinery;
27
28
abstract
class
TestSettings
29
{
30
public
function
__construct
()
31
{
32
}
33
34
abstract
public
function
toForm
(
35
\
ilLanguage
$lng
,
36
FieldFactory
$f
,
37
Refinery
$refinery
,
38
?array $environment =
null
39
):
FormInput
| array;
40
41
abstract
public
function
toStorage
(): array;
42
43
abstract
public
function
toLog
(
AdditionalInformationGenerator
$additional_info): array;
44
}
ILIAS\Data\Factory
Builds data types.
Definition:
Factory.php:36
ILIAS\Refinery
Definition:
Refinery.php:24
ILIAS\Test\Logging\AdditionalInformationGenerator
Definition:
AdditionalInformationGenerator.php:30
ILIAS\Test\Settings\TestSettings
Definition:
TestSettings.php:29
ILIAS\Test\Settings\TestSettings\toLog
toLog(AdditionalInformationGenerator $additional_info)
ILIAS\Test\Settings\TestSettings\toForm
toForm(\ilLanguage $lng, FieldFactory $f, Refinery $refinery, ?array $environment=null)
ILIAS\Test\Settings\TestSettings\toStorage
toStorage()
ILIAS\Test\Settings\TestSettings\__construct
__construct()
Definition:
TestSettings.php:30
ilLanguage
language handling
Definition:
class.ilLanguage.php:43
ILIAS\UI\Component\Input\Container\Form\FormInput
This describes inputs that can be used in forms.
Definition:
FormInput.php:33
ILIAS\UI\Component\Input\Field\Factory
This is what a factory for input fields looks like.
Definition:
Factory.php:31
ILIAS\Test\Settings
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS\UI\examples\Layout\Page\Mail\$refinery
$refinery
Definition:
base.php:57
Vendor\Package\$f
$f
Definition:
example_cleaned.php:49
$lng
global $lng
Definition:
privfeed.php:26
components
ILIAS
Test
src
Settings
TestSettings.php
Generated on Wed Jun 3 2026 23:07:02 for ILIAS by
1.9.4 (using
Doxyfile
)