|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | mod |
Local Library of functions for module scorm. | |
Variables | |
| $search = optional_param('searchstring', null, PARAM_ALPHANUMEXT) | |
| $courseid = optional_param('courseid', 0, PARAM_INT) | |
| $searchcontent = optional_param('searchwikicontent', 0, PARAM_INT) | |
| $cmid = optional_param('cmid', 0, PARAM_INT) | |
| if(!$gid=groups_get_activity_group($cm)) if(!$subwiki=wiki_get_subwiki_by_group($cm-> instance, $gid)) if(!$wiki=wiki_get_wiki($subwiki-> wikiid)) | $wikipage = new page_wiki_search($wiki, $subwiki, $cm) |
| $cmid = optional_param('cmid', 0, PARAM_INT) |
Definition at line 32 of file search.php.
| $courseid = optional_param('courseid', 0, PARAM_INT) |
Definition at line 30 of file search.php.
| $search = optional_param('searchstring', null, PARAM_ALPHANUMEXT) |
Definition at line 29 of file search.php.
| $searchcontent = optional_param('searchwikicontent', 0, PARAM_INT) |
Definition at line 31 of file search.php.
| if (!$gid=groups_get_activity_group($cm)) if (!$subwiki=wiki_get_subwiki_by_group($cm->instance, $gid)) if (!$wiki=wiki_get_wiki($subwiki->wikiid)) $wikipage = new page_wiki_search($wiki, $subwiki, $cm) |
Definition at line 54 of file search.php.