ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
|
Public Member Functions | |
__construct (private readonly bool $active, private readonly Closure $build_user) | |
active () | |
Returns wether or not the corresponding consumer is active. More... | |
agreed (ilObjUser $user) | |
agreedToCurrentlyMatchingDocument (ilObjUser $user) | |
everAgreed (ilObjUser $user) | |
canAgree (ilObjUser $user) | |
needsToAgree (ilObjUser $user) | |
agreeDate (ilObjUser $user) | |
Private Member Functions | |
user (ilObjUser $user) | |
Private Attributes | |
readonly WeakMap | $cache |
Definition at line 30 of file PublicApi.php.
ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\PublicApi::__construct | ( | private readonly bool | $active, |
private readonly Closure | $build_user | ||
) |
Definition at line 37 of file PublicApi.php.
ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\PublicApi::active | ( | ) |
Returns wether or not the corresponding consumer is active.
Please note that this doesn't influence the other methods.
Implements ILIAS\LegalDocuments\ConsumerSlots\PublicApi.
Definition at line 46 of file PublicApi.php.
ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\PublicApi::agreed | ( | ilObjUser | $user | ) |
Implements ILIAS\LegalDocuments\ConsumerSlots\PublicApi.
Definition at line 51 of file PublicApi.php.
References ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\PublicApi\everAgreed().
ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\PublicApi::agreeDate | ( | ilObjUser | $user | ) |
Definition at line 77 of file PublicApi.php.
References ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\PublicApi\user().
ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\PublicApi::agreedToCurrentlyMatchingDocument | ( | ilObjUser | $user | ) |
Definition at line 56 of file PublicApi.php.
References ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\PublicApi\user().
ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\PublicApi::canAgree | ( | ilObjUser | $user | ) |
Definition at line 66 of file PublicApi.php.
References ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\PublicApi\user().
Referenced by ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\PublicApi\needsToAgree().
ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\PublicApi::everAgreed | ( | ilObjUser | $user | ) |
Definition at line 61 of file PublicApi.php.
References ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\PublicApi\user().
Referenced by ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\PublicApi\agreed().
ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\PublicApi::needsToAgree | ( | ilObjUser | $user | ) |
Definition at line 71 of file PublicApi.php.
References ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\PublicApi\canAgree(), and ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\PublicApi\user().
|
private |
Definition at line 82 of file PublicApi.php.
Referenced by ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\PublicApi\agreeDate(), ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\PublicApi\agreedToCurrentlyMatchingDocument(), ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\PublicApi\canAgree(), ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\PublicApi\everAgreed(), and ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\PublicApi\needsToAgree().
|
private |
Definition at line 35 of file PublicApi.php.