ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
PublicApi.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
ilObjUser
;
24
25
interface
PublicApi
26
{
27
public
function
active
(): bool;
28
public
function
agreed
(
ilObjUser
$user): bool;
29
}
ILIAS\LegalDocuments\ConsumerSlots\PublicApi\agreed
agreed(ilObjUser $user)
ilObjUser
ILIAS\LegalDocuments\ConsumerSlots
Definition:
Agreement.php:21
ILIAS\LegalDocuments\ConsumerSlots\PublicApi
Definition:
PublicApi.php:25
ILIAS\LegalDocuments\ConsumerSlots\PublicApi\active
active()
components
ILIAS
LegalDocuments
classes
ConsumerSlots
PublicApi.php
Generated on Mon Sep 1 2025 23:03:22 for ILIAS by
1.8.13 (using
Doxyfile
)