19 declare(strict_types=1);
50 $this->db->manipulate(
"UPDATE usr_data SET agree_date = NULL WHERE $in");
52 $this->
settings->set(
'tos_last_reset', (
string) time());
62 $this->
settings->set(
'tos_status', (
string) ((
int) $status));
67 return (
bool) $this->
settings->get(
'tos_status',
'0');
72 $this->
settings->set(
'tos_reevaluate_on_login', (
string) ((
int) $status));
77 return (
bool) $this->
settings->get(
'tos_reevaluate_on_login',
'0');
__construct($a_id=0, $a_reference=true)
setReevaluateOnLogin(bool $status)
const SYSTEM_USER_ID
This file contains constants for PHPStan analyis, see: https://phpstan.org/config-reference#constants...
shouldReevaluateOnLogin()
__construct(Container $dic, ilPlugin $plugin)
Class ilObjTermsOfService.