ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ 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 Mon Sep 1 2025 23:03:22 for ILIAS by
1.8.13 (using
Doxyfile
)