ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ 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\UI\Component\Component
;
24
use
ILIAS\LegalDocuments\PageFragment
;
25
26
interface
Agreement
27
{
28
public
function
showAgreement
(
string
$gui,
string
$cmd):
PageFragment
;
29
public
function
showAgreementForm
(
string
$gui,
string
$cmd):
PageFragment
;
30
public
function
needsToAgree
(): bool;
31
}
ILIAS\LegalDocuments\PageFragment
Definition:
PageContent.php:21
ILIAS\LegalDocuments\ConsumerSlots\Agreement\showAgreement
showAgreement(string $gui, string $cmd)
Component
ILIAS\LegalDocuments\PageFragment
Definition:
PageFragment.php:26
ILIAS\LegalDocuments\ConsumerSlots\Agreement\showAgreementForm
showAgreementForm(string $gui, string $cmd)
ILIAS\LegalDocuments\ConsumerSlots\Agreement
Definition:
Agreement.php:26
ILIAS\LegalDocuments\ConsumerSlots
Definition:
Agreement.php:21
ILIAS\LegalDocuments\ConsumerSlots\Agreement\needsToAgree
needsToAgree()
Services
LegalDocuments
classes
ConsumerSlots
Agreement.php
Generated on Wed Sep 10 2025 14:11:32 for ILIAS by
1.8.13 (using
Doxyfile
)