Home
last modified time | relevance | path

Searched refs:markLesson (Results 1 – 3 of 3) sorted by relevance

/plugin/lms/_test/
DHelperTest.php33 $hlp->markLesson('foo', 'test', true);
40 $hlp->markLesson('bar', 'test', true);
47 $hlp->markLesson('foo', 'test', false);
72 $hlp->markLesson('foo:bar', 'test', true);
95 $hlp->markLesson('foo:bar', 'test', true);
/plugin/lms/
Daction.php74 $hlp->markLesson($ID, $user, true);
77 $hlp->markLesson($ID, $user, true);
84 $hlp->markLesson($ID, $user, false);
Dhelper.php57 public function markLesson($id, $user, $seen = true) function in helper_plugin_lms