|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\TermsOfService\Consumer:
Collaboration diagram for ILIAS\TermsOfService\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 = 'tos' |
| const | GOTO_NAME = 'agreement' |
Private Member Functions | |
| userHasWithdrawn () | |
| usersWhoDidntAgree (ilDBInterface $database) | |
Private Attributes | |
| readonly Container | $container |
Definition at line 34 of file Consumer.php.
| ILIAS\TermsOfService\Consumer::__construct | ( | ?Container | $container = null | ) |
Definition at line 41 of file Consumer.php.
References ILIAS\TermsOfService\Consumer\$container, and $GLOBALS.
| ILIAS\TermsOfService\Consumer::id | ( | ) |
Implements ILIAS\LegalDocuments\Consumer.
Definition at line 46 of file Consumer.php.
References ILIAS\TermsOfService\Consumer\ID.
|
private |
Definition at line 83 of file Consumer.php.
|
private |
Definition at line 92 of file Consumer.php.
References ilDBInterface\fetchAll(), ilDBInterface\in(), ilDBInterface\query(), and ilDBConstants\T_INTEGER.
Here is the call graph for this function:| ILIAS\TermsOfService\Consumer::uses | ( | UseSlot | $slot, |
| LazyProvide | $provide | ||
| ) |
@template A
| UseSlot<A> | $slot |
Implements ILIAS\LegalDocuments\Consumer.
Definition at line 51 of file Consumer.php.
References ILIAS\LegalDocuments\UseSlot\canWithdraw(), ILIAS\LegalDocuments\UseSlot\hasDocuments(), and ILIAS\LegalDocuments\UseSlot\hasPublicPage().
Here is the call graph for this function:
|
private |
Definition at line 36 of file Consumer.php.
Referenced by ILIAS\TermsOfService\Consumer\__construct().
| const ILIAS\TermsOfService\Consumer::GOTO_NAME = 'agreement' |
Definition at line 39 of file Consumer.php.
| const ILIAS\TermsOfService\Consumer::ID = 'tos' |
Definition at line 38 of file Consumer.php.
Referenced by ILIAS\TermsOfService\Consumer\id(), and ILIAS\TermsOfService\test\ConsumerTest\testId().