Searched refs:markLesson (Results 1 – 3 of 3) sorted by relevance
| /plugin/lms/_test/ |
| D | HelperTest.php | 33 $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/ |
| D | action.php | 74 $hlp->markLesson($ID, $user, true); 77 $hlp->markLesson($ID, $user, true); 84 $hlp->markLesson($ID, $user, false);
|
| D | helper.php | 57 public function markLesson($id, $user, $seen = true) function in helper_plugin_lms
|