ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ 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\PageFragment
Definition:
PageContent.php:21
ILIAS\LegalDocuments\ConsumerSlots\Agreement\showAgreement
showAgreement(string $gui, string $cmd)
ILIAS\LegalDocuments\PageFragment
Definition:
PageFragment.php:26
ILIAS\LegalDocuments\ConsumerSlots\Agreement\showAgreementForm
showAgreementForm(string $gui, string $cmd)
ILIAS\LegalDocuments\ConsumerSlots\Agreement
Definition:
Agreement.php:25
ILIAS\LegalDocuments\ConsumerSlots
Definition:
Agreement.php:21
ILIAS\LegalDocuments\ConsumerSlots\Agreement\needsToAgree
needsToAgree()
components
ILIAS
LegalDocuments
classes
ConsumerSlots
Agreement.php
Generated on Wed Sep 10 2025 15:15:51 for ILIAS by
1.8.13 (using
Doxyfile
)