19 declare(strict_types=0);
51 public function __construct(
int $a_id = 0,
bool $a_call_by_reference =
true)
64 $this->learning_progress = $a_enable;
78 return (
bool)
$ilSetting->get(
"enable_tracking",
'0');
83 $this->tracking_user_related = $a_enable;
96 return (
bool)
$ilSetting->get(
'save_user_related_data',
'0');
104 return (
bool)
$ilSetting->get(
'object_statistics',
'0');
109 $this->object_statistics_enabled = $newValue;
119 $this->session_statistics_enabled = $newValue;
132 return (
bool)
$ilSetting->get(
'session_statistics',
'1');
137 $this->valid_time = $a_time_span;
151 "tracking_time_span",
152 (
string) self::DEFAULT_TIME_SPAN
158 $this->is_change_event_tracking_enabled = $newValue;
170 $this->extended_data = $a_value;
175 return (
bool) ($this->extended_data & $a_code);
185 "save_user_related_data",
189 "tracking_time_span",
192 $this->
settings->set(
"lp_extended_data", (
string) $this->extended_data);
203 "session_statistics",
215 (
bool) $this->
settings->get(
"enable_tracking",
'0')
218 (
bool) $this->
settings->get(
"save_user_related_data",
'0')
221 (
bool) $this->
settings->get(
"object_statistics",
'0')
225 "tracking_time_span",
226 (
string) self::DEFAULT_TIME_SPAN
230 (
bool) $this->
settings->get(
"lp_learner",
'1')
233 (
bool) $this->
settings->get(
"session_statistics",
'1')
236 (
bool) $this->
settings->get(
"lp_list_gui",
'0')
244 (
int) $this->
settings->get(
"lp_extended_data",
'0')
252 $ilDB = $DIC[
'ilDB'];
254 'DELETE FROM read_event WHERE usr_id = %s ',
255 $ilDB->quote($a_usr_id,
'integer')
257 $aff =
$ilDB->manipulate($query);
260 'DELETE FROM write_event WHERE usr_id = %s ',
261 $ilDB->quote($a_usr_id,
'integer')
263 $aff =
$ilDB->manipulate($query);
265 $query =
"DELETE FROM ut_lp_marks WHERE usr_id = " .
$ilDB->quote(
272 "DELETE FROM ut_online WHERE usr_id = " .
273 $ilDB->quote($a_usr_id,
"integer")
281 $rbacsystem = $DIC[
'rbacsystem'];
283 $obj_id = array_pop($obj_ids);
286 return $rbacsystem->checkAccess(
"lp_other_users",
$ref_id);
291 $this->lp_learner = $a_value;
304 return (
bool)
$ilSetting->get(
"lp_learner",
'1');
309 $this->lp_list_gui = $a_value;
322 return (
bool)
$ilSetting->get(
"lp_list_gui",
'0');
enableSessionStatistics(bool $newValue)
const EXTENDED_DATA_LAST_ACCESS
enableChangeEventTracking(bool $newValue)
static _deleteUser(int $a_usr_id)
static _getObjectsByType(string $obj_type="", ?int $owner=null)
hasLearningProgressListGUI()
static _enabledObjectStatistics()
static _hasLearningProgressLearner()
hasExtendedData(int $a_code)
static _getAllReferences(int $id)
get all reference ids for object ID
setLearningProgressLearner(bool $a_value)
enableObjectStatistics(bool $newValue)
static _hasLearningProgressOtherUsers()
const EXTENDED_DATA_READ_COUNT
__construct(int $a_id=0, bool $a_call_by_reference=true)
hasLearningProgressLearner()
bool $tracking_user_related
enabledSessionStatistics()
setValidTimeSpan(int $a_time_span)
bool $is_change_event_tracking_enabled
This variable holds the enabled state of the change event tracking.
static _enabledUserRelatedData()
static _enabledLearningProgress()
bool $session_statistics_enabled
enabledChangeEventTracking()
bool $object_statistics_enabled
enableLearningProgress(bool $a_enable)
setExtendedData(int $a_value)
const EXTENDED_DATA_SPENT_SECONDS
static _hasLearningProgressListGUI()
enabledLearningProgress()
static _isActive()
Returns true, if change event tracking is active.
__construct(Container $dic, ilPlugin $plugin)
enabledObjectStatistics()
static _enabledSessionStatistics()
setLearningProgressListGUI(bool $a_value)
enableUserRelatedData(bool $a_enable)
static _getValidTimeSpan()