ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
SelfRegistration.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
24use ilObjUser;
26
28{
32 public function legacyInputGUIs(): array;
33 public function saveLegacyForm(ilPropertyFormGUI $form): bool;
34 public function userCreation(ilObjUser $user): void;
35}
This class represents a property in a property form.
User class.
This class represents a property form user interface.