ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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
}
ilObjUser
User class.
Definition:
class.ilObjUser.php:46
ILIAS\LegalDocuments\ConsumerSlots\PublicApi
Definition:
PublicApi.php:26
ILIAS\LegalDocuments\ConsumerSlots\PublicApi\agreed
agreed(ilObjUser $user)
ILIAS\LegalDocuments\ConsumerSlots\PublicApi\active
active()
ILIAS\LegalDocuments\ConsumerSlots
Definition:
Agreement.php:21
components
ILIAS
LegalDocuments
classes
ConsumerSlots
PublicApi.php
Generated on Sat Oct 18 2025 23:03:15 for ILIAS by
1.9.4 (using
Doxyfile
)