ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ 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
}
ILIAS\LegalDocuments\ConsumerSlots\SelfRegistration\saveLegacyForm
saveLegacyForm(ilPropertyFormGUI $form)
ILIAS\LegalDocuments\ConsumerSlots\SelfRegistration
Definition:
SelfRegistration.php:27
ilObjUser
ILIAS\LegalDocuments\ConsumerSlots\SelfRegistration\legacyInputGUIs
legacyInputGUIs()
ILIAS\LegalDocuments\ConsumerSlots\SelfRegistration\userCreation
userCreation(ilObjUser $user)
ilFormPropertyGUI
ILIAS\LegalDocuments\ConsumerSlots
Definition:
Agreement.php:21
ilPropertyFormGUI
components
ILIAS
LegalDocuments
classes
ConsumerSlots
SelfRegistration.php
Generated on Mon Sep 1 2025 23:03:22 for ILIAS by
1.8.13 (using
Doxyfile
)