ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
SelfRegistration.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\LegalDocuments\ConsumerSlots
;
22
23
use
ilFormPropertyGUI
;
24
use
ilObjUser
;
25
use
ilPropertyFormGUI
;
26
27
interface
SelfRegistration
28
{
32
public
function
legacyInputGUIs
(): array;
33
public
function
saveLegacyForm
(
ilPropertyFormGUI
$form): bool;
34
public
function
userCreation
(
ilObjUser
$user): void;
35
}
ilFormPropertyGUI
This class represents a property in a property form.
Definition:
class.ilFormPropertyGUI.php:32
ilObjUser
User class.
Definition:
class.ilObjUser.php:46
ilPropertyFormGUI
This class represents a property form user interface.
Definition:
class.ilPropertyFormGUI.php:32
ILIAS\LegalDocuments\ConsumerSlots\SelfRegistration
Definition:
SelfRegistration.php:28
ILIAS\LegalDocuments\ConsumerSlots\SelfRegistration\legacyInputGUIs
legacyInputGUIs()
ILIAS\LegalDocuments\ConsumerSlots\SelfRegistration\userCreation
userCreation(ilObjUser $user)
ILIAS\LegalDocuments\ConsumerSlots\SelfRegistration\saveLegacyForm
saveLegacyForm(ilPropertyFormGUI $form)
ILIAS\LegalDocuments\ConsumerSlots
Definition:
Agreement.php:21
components
ILIAS
LegalDocuments
classes
ConsumerSlots
SelfRegistration.php
Generated on Sat Oct 18 2025 23:03:15 for ILIAS by
1.9.4 (using
Doxyfile
)