Home
last modified time | relevance | path

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

/plugin/lms/_test/
DHelperTest.php82 $result = $hlp->getPrevLesson('nope');
87 $result = $hlp->getPrevLesson('this');
92 $result = $hlp->getPrevLesson($id);
96 $result = $hlp->getPrevLesson('another_link', 'test');
/plugin/lms/syntax/
Dlms.php150 $prev = $this->hlp->getPrevLesson($INFO['id']);
/plugin/lms/
Dhelper.php143 public function getPrevLesson($id, $user = null) function in helper_plugin_lms