ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
Agreement.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\LegalDocuments\PageFragment
;
24
25
interface
Agreement
26
{
27
public
function
showAgreement
(
string
$gui,
string
$cmd):
PageFragment
;
28
public
function
showAgreementForm
(
string
$gui,
string
$cmd):
PageFragment
;
29
public
function
needsToAgree
(): bool;
30
}
ILIAS\LegalDocuments\ConsumerSlots\Agreement
Definition:
Agreement.php:26
ILIAS\LegalDocuments\ConsumerSlots\Agreement\showAgreement
showAgreement(string $gui, string $cmd)
ILIAS\LegalDocuments\ConsumerSlots\Agreement\showAgreementForm
showAgreementForm(string $gui, string $cmd)
ILIAS\LegalDocuments\ConsumerSlots\Agreement\needsToAgree
needsToAgree()
ILIAS\LegalDocuments\PageFragment
Definition:
PageFragment.php:27
ILIAS\LegalDocuments\ConsumerSlots
Definition:
Agreement.php:21
ILIAS\LegalDocuments\PageFragment
Definition:
PageContent.php:21
components
ILIAS
LegalDocuments
classes
ConsumerSlots
Agreement.php
Generated on Sat Oct 18 2025 23:03:15 for ILIAS by
1.9.4 (using
Doxyfile
)