ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilObjectProperty.php
Go to the documentation of this file.
1 <?php
2 
22 
28 {
29  public function toForm(
30  ilLanguage $language,
31  FieldFactory $field_factory,
33  ): ?FormInput;
34 }
toForm(ilLanguage $language, FieldFactory $field_factory, Refinery $refinery)
This describes inputs that can be used in forms.
Definition: FormInput.php:32