ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
ilObjectProperty.php
Go to the documentation of this file.
1
<?php
2
19
use
ILIAS\UI\Component\Input\Container\Form\FormInput
;
20
use
ILIAS\UI\Component\Input\Field\Factory
as FieldFactory;
21
use
ILIAS\Refinery\Factory
as
Refinery
;
22
27
interface
ilObjectProperty
28
{
29
public
function
toForm
(
30
ilLanguage
$language,
31
FieldFactory $field_factory,
32
Refinery
$refinery
33
): ?
FormInput
;
34
}
ILIAS\UI\Component\Input\Field\Factory
This is what a factory for input fields looks like.
Definition:
Factory.php:28
ILIAS\UI\examples\Layout\Page\Standard\$refinery
$refinery
Definition:
ui.php:121
ilLanguage
FormInput
ilObjectProperty\toForm
toForm(ilLanguage $language, FieldFactory $field_factory, Refinery $refinery)
Factory
ilObjectProperty
Definition:
ilObjectProperty.php:27
ILIAS\UI\Component\Input\Container\Form\FormInput
This describes inputs that can be used in forms.
Definition:
FormInput.php:31
components
ILIAS
ILIASObject
interfaces
Properties
ilObjectProperty.php
Generated on Wed Sep 10 2025 15:15:47 for ILIAS by
1.8.13 (using
Doxyfile
)