ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
◀ 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
25
use
ILIAS\UI\Component\Input\Field\Factory
as FieldFactory;
26
use
ILIAS\UI\Component\Input\Container\Form\FormInput
;
27
use
ILIAS\Refinery\Factory
as Refinery;
28
29
abstract
class
TestSettings
30
{
31
public
function
__construct
()
32
{
33
}
34
35
abstract
public
function
toForm
(
36
\
ilLanguage
$lng
,
37
FieldFactory
$f
,
38
Refinery
$refinery
,
39
?array $environment =
null
40
):
FormInput
| array;
41
42
abstract
public
function
toStorage
(): array;
43
44
abstract
public
function
toLog
(
AdditionalInformationGenerator
$additional_info): array;
45
}
ILIAS\Data\Factory
Builds data types.
Definition:
Factory.php:36
ILIAS\Refinery
Definition:
Refinery.php:24
ILIAS\Test\Logging\AdditionalInformationGenerator
Definition:
AdditionalInformationGenerator.php:29
ILIAS\Test\Settings\TestSettings
Definition:
TestSettings.php:30
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:31
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:31
components
ILIAS
Test
src
Settings
TestSettings.php
Generated on Sat Dec 13 2025 23:03:48 for ILIAS by
1.9.4 (using
Doxyfile
)