ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
Property.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\ILIASObject\Properties
;
20
21
use
ILIAS\UI\Component\Input\Container\Form\FormInput
;
22
use
ILIAS\UI\Component\Input\Field\Factory
as FieldFactory;
23
use
ILIAS\Refinery\Factory
as Refinery;
24
29
interface
Property
30
{
31
public
function
toForm
(
32
\
ilLanguage
$language,
33
FieldFactory $field_factory,
34
Refinery
$refinery
35
): ?
FormInput
;
36
}
ILIAS\Data\Factory
Builds data types.
Definition:
Factory.php:36
ILIAS\Refinery
Definition:
Refinery.php:24
ilLanguage
language handling
Definition:
class.ilLanguage.php:43
ILIAS\ILIASObject\Properties\Property
Definition:
Property.php:30
ILIAS\ILIASObject\Properties\Property\toForm
toForm(\ilLanguage $language, FieldFactory $field_factory, Refinery $refinery)
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\ILIASObject\Properties
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS\UI\examples\Layout\Page\Standard\$refinery
$refinery
Definition:
ui.php:137
components
ILIAS
ILIASObject
src
Properties
Property.php
Generated on Sat Oct 18 2025 23:03:11 for ILIAS by
1.9.4 (using
Doxyfile
)