ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
Public Member Functions | |
__construct (?Container $container=null) | |
id () | |
uses (UseSlot $slot, LazyProvide $provide) | |
A More... | |
Data Fields | |
const | ID = 'dpro' |
const | GOTO_NAME = 'data_protection' |
Private Member Functions | |
showMatchingDocument (User $user, UI $ui, Provide $legal_documents) | |
userHasWithdrawn () | |
usersWhoDidntAgree (ilDBInterface $database) | |
Private Attributes | |
readonly Container | $container |
Definition at line 42 of file Consumer.php.
ILIAS\DataProtection\Consumer::id | ( | ) |
Implements ILIAS\LegalDocuments\Consumer.
Definition at line 54 of file Consumer.php.
|
private |
Definition at line 101 of file Consumer.php.
References ILIAS\LegalDocuments\ConsumerToolbox\User\cannotAgree(), ILIAS\LegalDocuments\Value\Document\content(), ILIAS\LegalDocuments\ConsumerToolbox\UI\create(), ILIAS\LegalDocuments\Provide\document(), ILIAS\LegalDocuments\ConsumerToolbox\User\isLoggedIn(), ILIAS\LegalDocuments\ConsumerToolbox\User\matchingDocument(), null, and ILIAS\LegalDocuments\ConsumerToolbox\UI\txt().
Referenced by ILIAS\DataProtection\Consumer\uses().
|
private |
Definition at line 123 of file Consumer.php.
Referenced by ILIAS\DataProtection\Consumer\uses().
|
private |
Definition at line 132 of file Consumer.php.
References ilDBInterface\fetchAll(), ilDBInterface\in(), ilDBInterface\query(), and ilDBConstants\T_INTEGER.
Referenced by ILIAS\DataProtection\Consumer\uses().
ILIAS\DataProtection\Consumer::uses | ( | UseSlot | $slot, |
LazyProvide | $provide | ||
) |
A
UseSlot<A> | $slot |
Implements ILIAS\LegalDocuments\Consumer.
Definition at line 59 of file Consumer.php.
References ILIAS\LegalDocuments\UseSlot\hasDocuments(), ILIAS\LegalDocuments\UseSlot\hasPublicPage(), ILIAS\DataProtection\Consumer\showMatchingDocument(), ILIAS\LegalDocuments\UseSlot\showOnLoginPage(), ILIAS\DataProtection\Consumer\userHasWithdrawn(), and ILIAS\DataProtection\Consumer\usersWhoDidntAgree().
|
private |
Definition at line 47 of file Consumer.php.
const ILIAS\DataProtection\Consumer::GOTO_NAME = 'data_protection' |
Definition at line 45 of file Consumer.php.
const ILIAS\DataProtection\Consumer::ID = 'dpro' |
Definition at line 44 of file Consumer.php.
Referenced by ILIAS\DataProtection\test\ConsumerTest\testId().