ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
WithdrawProcess.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
ILIAS\UI\Component\Component
;
24
use
ilObjUser
;
25
use
ILIAS\LegalDocuments\PageFragment
;
26
27
interface
WithdrawProcess
28
{
29
public
function
showWithdraw
(
string
$gui,
string
$cmd):
PageFragment
;
30
34
public
function
showValidatePasswordMessage
(): array;
35
public
function
isOnGoing
(): bool;
36
public
function
withdrawalRequested
(): void;
37
public
function
withdrawalFinished
(): void;
38
}
ILIAS\LegalDocuments\ConsumerSlots\WithdrawProcess\withdrawalFinished
withdrawalFinished()
ILIAS\LegalDocuments\PageFragment
Definition:
PageContent.php:21
Component
ilObjUser
ILIAS\LegalDocuments\ConsumerSlots\WithdrawProcess\showWithdraw
showWithdraw(string $gui, string $cmd)
ILIAS\LegalDocuments\ConsumerSlots\WithdrawProcess\isOnGoing
isOnGoing()
ILIAS\LegalDocuments\PageFragment
Definition:
PageFragment.php:26
ILIAS\LegalDocuments\ConsumerSlots\WithdrawProcess\showValidatePasswordMessage
showValidatePasswordMessage()
ILIAS\LegalDocuments\ConsumerSlots\WithdrawProcess
Definition:
WithdrawProcess.php:27
ILIAS\LegalDocuments\ConsumerSlots\WithdrawProcess\withdrawalRequested
withdrawalRequested()
ILIAS\LegalDocuments\ConsumerSlots
Definition:
Agreement.php:21
Services
LegalDocuments
classes
ConsumerSlots
WithdrawProcess.php
Generated on Wed Sep 10 2025 14:11:32 for ILIAS by
1.8.13 (using
Doxyfile
)