ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
__construct (?Container $container=null) | |
id () | |
uses (UseSlot $slot, LazyProvide $provide) | |
A More... | |
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::id | ( | ) |
Implements ILIAS\LegalDocuments\Consumer.
Definition at line 46 of file Consumer.php.
|
private |
Definition at line 83 of file Consumer.php.
Referenced by ILIAS\TermsOfService\Consumer\uses().
|
private |
Definition at line 92 of file Consumer.php.
References ilDBInterface\fetchAll(), ilDBInterface\in(), ilDBInterface\query(), and ilDBConstants\T_INTEGER.
Referenced by ILIAS\TermsOfService\Consumer\uses().
ILIAS\TermsOfService\Consumer::uses | ( | UseSlot | $slot, |
LazyProvide | $provide | ||
) |
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(), ILIAS\LegalDocuments\UseSlot\hasPublicPage(), ILIAS\TermsOfService\Consumer\userHasWithdrawn(), and ILIAS\TermsOfService\Consumer\usersWhoDidntAgree().
|
private |
Definition at line 36 of file Consumer.php.
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\test\ConsumerTest\testId().