ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ 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
ilLanguage
Factory
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
ILIAS\Repository\$refinery
Refinery Factory $refinery
Definition:
trait.BaseGUIRequest.php:36
Services
Object
interfaces
Properties
ilObjectProperty.php
Generated on Wed Sep 10 2025 14:11:49 for ILIAS by
1.8.13 (using
Doxyfile
)