Home
last modified time | relevance | path

Searched refs:fromcontextid (Results 1 – 6 of 6) sorted by relevance

/dports/www/moodle311/moodle/mod/assign/feedback/file/
H A Dlocallib.php148 * @param int $fromcontextid - The source context id
159 $fromcontextid, argument
174 … if ($files = $fs->get_area_files($fromcontextid, $fromcomponent, $fromfilearea, $fromitemid)) {
/dports/www/moodle310/moodle/mod/assign/feedback/file/
H A Dlocallib.php148 * @param int $fromcontextid - The source context id
159 $fromcontextid, argument
174 … if ($files = $fs->get_area_files($fromcontextid, $fromcomponent, $fromfilearea, $fromitemid)) {
/dports/www/moodle39/moodle/mod/assign/feedback/file/
H A Dlocallib.php148 * @param int $fromcontextid - The source context id
159 $fromcontextid, argument
174 … if ($files = $fs->get_area_files($fromcontextid, $fromcomponent, $fromfilearea, $fromitemid)) {
/dports/www/moodle310/moodle/course/
H A Dlib.php3831 * @param int $fromcontextid context id where the link was displayed, may be used by callbacks
3838 function course_get_tagged_course_modules($tag, $exclusivemode = false, $fromcontextid = 0, $contex… argument
3864 if ($fromcontextid) {
3866 $fromcontext = context::instance_by_id($fromcontextid);
3925 $exclusivemode, $fromcontextid, $contextid, $recursivecontext, $page, $totalpages);
/dports/www/moodle39/moodle/course/
H A Dlib.php3834 * @param int $fromcontextid context id where the link was displayed, may be used by callbacks
3841 function course_get_tagged_course_modules($tag, $exclusivemode = false, $fromcontextid = 0, $contex… argument
3867 if ($fromcontextid) {
3869 $fromcontext = context::instance_by_id($fromcontextid);
3928 $exclusivemode, $fromcontextid, $contextid, $recursivecontext, $page, $totalpages);
/dports/www/moodle311/moodle/course/
H A Dlib.php3852 * @param int $fromcontextid context id where the link was displayed, may be used by callbacks
3859 function course_get_tagged_course_modules($tag, $exclusivemode = false, $fromcontextid = 0, $contex… argument
3885 if ($fromcontextid) {
3887 $fromcontext = context::instance_by_id($fromcontextid);
3946 $exclusivemode, $fromcontextid, $contextid, $recursivecontext, $page, $totalpages);