|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\PublicApi:
Collaboration diagram for ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\PublicApi: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) | |
| active () | |
| agreed (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().
Here is the call graph for this function:| ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\PublicApi::agreeDate | ( | ilObjUser | $user | ) |
Definition at line 77 of file PublicApi.php.
References ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\PublicApi\user().
Here is the call graph for this function:| ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\PublicApi::agreedToCurrentlyMatchingDocument | ( | ilObjUser | $user | ) |
Definition at line 56 of file PublicApi.php.
References ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\PublicApi\user().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
|
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().
Here is the caller graph for this function:
|
private |
Definition at line 35 of file PublicApi.php.