ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
ilObjectProperty.php
Go to the documentation of this file.
1 <?php
2 
20 use ILIAS\UI\Component\Input\Field\Factory as FieldFactory;
22 
28 {
29  public function toForm(
30  ilLanguage $language,
31  FieldFactory $field_factory,
33  ): ?FormInput;
34 }
This is what a factory for input fields looks like.
Definition: Factory.php:28
toForm(ilLanguage $language, FieldFactory $field_factory, Refinery $refinery)
This describes inputs that can be used in forms.
Definition: FormInput.php:31