| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 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) | |
| 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::__construct | ( | ?Container | $container = null | ) | 
| 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(), 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.
Referenced by ILIAS\DataProtection\Consumer\uses().
 Here is the caller graph for this function:
      
  | 
  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().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ILIAS\DataProtection\Consumer::uses | ( | UseSlot | $slot, | 
| LazyProvide | $provide | ||
| ) | 
A
| UseSlot<A> | $lens | 
Implements ILIAS\LegalDocuments\Consumer.
Definition at line 59 of file Consumer.php.
References ILIAS\DataProtection\Settings\enabled(), 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().
 Here is the call graph for this function:
      
  | 
  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().