Public Member Functions | |
| __construct ($courseId) | |
| deleteAll () | |
| deleteBefore ($date) | |
| deleteForUser ($userId, $date=null) | |
Private Attributes | |
| $tbl_course_tracking_event | |
Definition at line 96 of file defaultTrackingManager.class.php.
| __construct | ( | $ | courseId | ) |
Definition at line 100 of file defaultTrackingManager.class.php.
| deleteAll | ( | ) |
Delete all tracking about the related to the module that extends this TrackingManager
Reimplemented from TrackingManager.
Definition at line 106 of file defaultTrackingManager.class.php.
| deleteBefore | ( | $ | date | ) |
Delete all tracking prior to date $date about the related to the module that extends this TrackingManager
| timestamp | $date |
Reimplemented from TrackingManager.
Definition at line 122 of file defaultTrackingManager.class.php.
| deleteForUser | ( | $ | userId, | |
| $ | date = null | |||
| ) |
Delete all tracking about a user in the related to the module that extends this TrackingManager A date can be specified to delete only events prior to this date
| int | $userId user id | |
| timestamp | $date |
Reimplemented from TrackingManager.
Definition at line 139 of file defaultTrackingManager.class.php.
$tbl_course_tracking_event [private] |
Definition at line 98 of file defaultTrackingManager.class.php.
1.6.3