|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\DataProtection\Consumer:
Collaboration diagram for ILIAS\DataProtection\Consumer:Public Member Functions | |
| __construct (?Container $container=null) | |
| id () | |
| uses (UseSlot $slot, LazyProvide $provide) | |
| @template A More... | |
| uses (UseSlot $slot, LazyProvide $provide) | |
| @template A More... | |
| id () | |
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::__construct | ( | ?Container | $container = null | ) |
Definition at line 49 of file Consumer.php.
References ILIAS\DataProtection\Consumer\$container, and $GLOBALS.
| ILIAS\DataProtection\Consumer::id | ( | ) |
Implements ILIAS\LegalDocuments\Consumer.
Definition at line 54 of file Consumer.php.
References ILIAS\DataProtection\Consumer\ID.
|
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(), and ILIAS\LegalDocuments\ConsumerToolbox\UI\txt().
Referenced by ILIAS\DataProtection\Consumer\uses().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 123 of file Consumer.php.
|
private |
Definition at line 132 of file Consumer.php.
References ilDBInterface\fetchAll(), ilDBInterface\in(), ilDBInterface\query(), and ilDBConstants\T_INTEGER.
Here is the call graph for this function:| ILIAS\DataProtection\Consumer::uses | ( | UseSlot | $slot, |
| LazyProvide | $provide | ||
| ) |
@template A
| UseSlot<A> | $slot |
Implements ILIAS\LegalDocuments\Consumer.
Definition at line 59 of file Consumer.php.
References ILIAS\LegalDocuments\UseSlot\canWithdraw(), ILIAS\LegalDocuments\UseSlot\hasDocuments(), ILIAS\LegalDocuments\UseSlot\hasPublicPage(), ILIAS\LegalDocuments\UseSlot\showInFooter(), ILIAS\DataProtection\Consumer\showMatchingDocument(), and ILIAS\LegalDocuments\UseSlot\showOnLoginPage().
Here is the call graph for this function:
|
private |
Definition at line 47 of file Consumer.php.
Referenced by ILIAS\DataProtection\Consumer\__construct().
| 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\Consumer\id(), and ILIAS\DataProtection\test\ConsumerTest\testId().