ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ 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\UI\examples\Layout\Page\Standard\$refinery
$refinery
Definition:
ui.php:137
ilLanguage
ILIAS\ILIASObject\Properties\Property\toForm
toForm(\ilLanguage $language, FieldFactory $field_factory, Refinery $refinery)
ILIAS\ILIASObject\Properties
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
FormInput
Factory
Factory
ILIAS\UI\Component\Input\Container\Form\FormInput
This describes inputs that can be used in forms.
Definition:
FormInput.php:32
ILIAS\ILIASObject\Properties\Property
Definition:
Property.php:29
components
ILIAS
ILIASObject
src
Properties
Property.php
Generated on Sun Aug 31 2025 23:03:08 for ILIAS by
1.8.13 (using
Doxyfile
)