Home
last modified time | relevance | path

Searched refs:getUserLessons (Results 1 – 4 of 4) sorted by relevance

/plugin/lms/_test/
DHelperTest.php29 array_keys($hlp->getUserLessons('test'))
36 array_keys($hlp->getUserLessons('test'))
43 array_keys($hlp->getUserLessons('test'))
50 array_keys($hlp->getUserLessons('test'))
/plugin/lms/
Dhelper.php27 $lessons = array_merge($lessons, $this->getUserLessons($user));
74 public function getUserLessons($user) function in helper_plugin_lms
Dadmin.php42 $list = $hlp->getUserLessons($INPUT->str('user'));
Daction.php41 $JSINFO['plugins']['lms']['seen'] = array_keys($hlp->getUserLessons($user));